Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.02 KB

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