Skip to content

A minimal working example of an app in django

License

Notifications You must be signed in to change notification settings

jakeyheath/django-mwe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-mwe

A minimal working example of a django project.

Setup

Create a virtual environment and install the dependencies:

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

Setup the database:

cd hello
python manage.py migrate

Run the server:

python manage.py runserver

About

A minimal working example of an app in django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.2%
  • Python 32.1%
  • JavaScript 5.9%
  • Dockerfile 3.6%
  • Other 1.2%