You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ This repo is to request for the new libraray.
5
5
Requests for library
6
6
-[test library](https://github.com/GNDG/library/blob/master/detail/libraryDetali.md) request by [Juggernaut451](https://github.com/juggernaut451)
7
7
8
+
-[django server](https://github.com/theparadoxer02/library/blob/master/shell-scripts/details.md) by [theparadoxer02](https://github.com/theparadoxer02)
If You have worked on django framework then you must have gone though these repetitive task:-
2
+
- Changing the directory to location where Django project is located
3
+
- Activating the virtual environment
4
+
- Opening the project in text Editor like Sublime-text or Atom
5
+
- Runing the Djnago Server i.e `python manage.py runserver`
6
+
7
+
Programmers are meant to be lazy to do repetitive tasks :P. So [django server](https://github.com/theparadoxer02/library/blob/master/shell-scripts/details.md)
8
+
is a tool that will automate the above procedures.
0 commit comments