jochenklar / django-template

An empty django project to get things started.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-template

An empty django project to get things started. Doesn't even need cookiecutter!

Setup

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

cp config/settings/sample.local.py config/settings/local.py

./manage.py migrate
./manage.py runserver

About

An empty django project to get things started.

License:MIT License


Languages

Language:Python 100.0%