Skip to content

kevinastone/django-descriptors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Descriptors

This sample project is the companion of a blog post on patterns for building better models and fields using Descriptors.

Setup

You're encouraged to setup a virtualenv to work in prior to configuring the dependencies.

  1. Install Python Requirements

     pip install -r dev-requirements.txt
    
  2. Setup the Database

     ./manage.py syncdb
    
  3. Load the models

     ./manage.py shell_plus
    

About

Demonstration of using Python Descriptors to Enhance Django Models and Fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages