Skip to content

A template for a Django project with a flatter directory structure.

License

Notifications You must be signed in to change notification settings

antonpirker/django-tinier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-tinier

A template for a Django project with a flatter directory structure.

Setting up virtual environment

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

Running the application

Development server:

cd mysite
python manage.py runserver 8000

Gunicorn:

cd mysite
gunicorn wsgi:application

Uvicorn:

cd mysite
uvicorn asgi:application

About

A template for a Django project with a flatter directory structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published