Skip to content

A Django project cookiecutter using uWSGI as application server.

License

Notifications You must be signed in to change notification settings

20tab/django-uwsgi-cookiecutter

Repository files navigation

Django uWSGI Cookiecutter

Code style: black

A Django project cookiecutter using uWSGI as application server.

Index

Conventions

In the following instructions:

  • replace projects with your actual projects directory
  • replace My project name with your chosen project name

Requirements

Cookiecutter must be installed before initializing the project.

$ pip install --user cookiecutter

Quickstart

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