Skip to content

lizchen1996/dotpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVELOPMENT

Local Development Setup

Check Local Development Setup Steps for details.

Generating testing data (fixture)

django dumpdata --indent=2 -e contenttypes -e auth.permission -e sites > common/fixtures/testing_data.json`

(django here means python manage.py, same below)

Loading testing data (fixture)

django loaddata testing_data

About

unmaintained

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 66.8%
  • Python 24.1%
  • HTML 7.2%
  • JavaScript 1.9%