Skip to content

My first Django app. "I am always doing that which I cannot do, in order that I may learn how to do it" Picasso

Notifications You must be signed in to change notification settings

mmoravcik/predictions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predictions

Predict (football) games to earn points.

Background

My first Django app I used to learn this framework/python Created for my company to play sport predictions game every week.

"I am always doing that which I cannot do, in order that I may learn how to do it" - Picasso

Looking back

2+ years later..looking back..found lots of stuff that should be sorted out:

  • use django forms instead of custom ones
  • use class based views
  • use URL tag not hardcoded urls
  • don't abuse ORM, hit database less
  • user profile
  • tests are messy (but at least they are)
  • PEP8 & i18n
  • and counting...

That feeling when you look at your old code...

About

My first Django app. "I am always doing that which I cannot do, in order that I may learn how to do it" Picasso

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published