20tab / django-uwsgi-cookiecutter

A Django project cookiecutter using uWSGI as application server.

Home Page:https://www.20tab.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Django project cookiecutter using uWSGI as application server.

https://www.20tab.com

License:MIT License


Languages

Language:Python 71.4%Language:Smarty 14.6%Language:Makefile 8.2%Language:Dockerfile 5.7%Language:Shell 0.1%