Skip to content

mheavey18/django-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-starter

A basic Django app including auth functionality It uses a custom user model inheriting from AbstractUser which can be extended in project/app/models.py

It has basic template for sign up, log in, and view users in project/templates/

Check out the TODOs in project/settings.py to set up a database other than mysql and set your secret key.

initialized with django-admin startproject project then python manage.py startapp app

initialize the mysql db with python manage.py migrate

start up a server on your local machine with python manage.py runserver then go to http://localhost:8000

use the Django database API with python manage.py shell

About

A basic Django app including auth functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published