Skip to content

A baseline Django application to create models from

License

Notifications You must be signed in to change notification settings

DauphineWeb/BaseJoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaseJoke

A baseline Joke website to create models from.

Run it with python manage.py runserver.

When adding models, use

  1. python manage.py makemigrations to create a migration file,
  2. python manage.py migrate to apply the table changes to the database.

About

A baseline Django application to create models from

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published