Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 373 Bytes

code-examples

Brief code snippets that I use in many of my projects.

MyBrilliantProject: the basics.

models.py - Useful admin-friendly models such as Page

views.py - views for Page model and Home

urls.py - URLconf

admin.py - Custom admin formsets

globalfunctions.py - Random functions for the whole project