A Django project cookiecutter using uWSGI as application server.
In the following instructions:
- replace
projects
with your actual projects directory - replace
My project name
with your chosen project name
Cookiecutter must be installed before initializing the project.
$ pip install --user cookiecutter
Change directory and create a new project as in this example:
$ cd ~/projects/
$ cookiecutter https://github.com/20tab/django-uwsgi-cookiecutter
project_name: My project name
project_slug [myprojectname]:
domain_url [myprojectname.com]:
$ cd myprojectname