- Add log rotate config
- Django must be installed on your system;
- 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; - Create repository:
git init
git add .
git add --force deployment/environments/development/
git add --force deployment/hosts/development
git commit -m 'Initial commit'
- Force add
deployment/credentials/development/
anddeployment/hosts/development
in your repository; - Push project in remote repository (github, bitbucket or another);
- Follow instructions in
docs/installation.md
file to start development;