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
Switch to directory where you want to locate your new project;
Run this command (replace project_name with you know): django-admin.py startproject --template=https://github.com/grialexey/django-project-template/archive/master.zip --name=Vagrantfile,installation.md,deployment.md,vars.yml,create_development_database.sql,DJANGO_DATABASE_USER_NAME,DJANGO_DATABASE_NAME django_project_name
Switch to project directory; cd project_name
Edit README.md file. Add your project description in it;