Skip to content

mailbackwards/newshound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newshound

A sample app that demonstrates some simple, sustainable Django admin features and packages around custom views and actions.

Created for DjangoCon 2017. Slides can be found here

Run

  • put a SECRET_KEY in your env
  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py runserver 0:5000
  • navigate to localhost:5000/admin/

Packages

See also admin_site.py and admin_mixins.py for some other customizations.

Schema

Contains articles, as well as a database of dog breeds and their breed types. The breeds/groups data is real! The dogs are not. A schema:

Newshound schema

Important!

Data sources:

For dogs, by dogs, about dogs.

A cute dog

About

A news site about dogs, by dogs, for dogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published