knowsuchagency / django-template

django+allauth+dj-template-view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Project Template

Features

Requirements

Usage

# make sure you have your virtualenv activated
django-admin startproject --template=https://github.com/knowsuchagency/django-template/archive/main.zip {{project_name}}
cd {{project_name}}
# installs packages and runs server on localhost:8000 in virtualenv
just
# run in docker on localhost:8080 as if it were in production (debug mode off)
docker-compose up --build

About

django+allauth+dj-template-view


Languages

Language:Jinja 69.7%Language:Python 18.1%Language:Just 7.0%Language:HTML 5.2%