Skip to content

Files

Latest commit

37a0122 · Sep 28, 2017

History

History

shell-scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 28, 2017
Sep 26, 2017

If You have worked on Django framework then you must have gone though these repetitive task:-

  • Changing the directory to location where Django project is located
  • Activating the virtual environment
  • Opening the project in text Editor like Sublime-text or Atom
  • Running the Django Server i.e python manage.py runserver

Programmers are meant to be lazy to do repetitive tasks :P. So django-start-server is a tool that will automate the above procedures.