Skip to content

mailbackwards/newshound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Liam Andrew
Aug 15, 2017
646695b · Aug 15, 2017

History

20 Commits
Aug 14, 2017
Aug 14, 2017
Aug 11, 2017
Aug 15, 2017
Aug 15, 2017
Aug 11, 2017
Aug 13, 2017

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