start the environment code example
Example: start the environment
source ~/.virtualenvs/django_env/bin/activate (to activate enviroment)
http://127.0.0.1:8000/admin (to start the admin site)
python3 manage.py runserver (to start the normal site)
source ~/.virtualenvs/django_env/bin/activate (to activate enviroment)
http://127.0.0.1:8000/admin (to start the admin site)
python3 manage.py runserver (to start the normal site)