Skip to content

antonpirker/django-tiniest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-tiniest

A template for a Django project in one file.

Setting up virtual environment

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

Running the application

Development server:

python app.py runserver 8000

Gunicorn:

gunicorn app

Uvicorn:

uvicorn app:application

Note: You need to change one line in app.py. Search for "ASGI" in app.py.

About

A template for a Django project in one file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages