Skip to content

oysnet/django-resetdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Allow to drop tables before syncdb

Installation

To install the latest stable version:

pip install -e git+https://github.com/oxys-net/django-resetdb#egg=django-resetdb

You will need to include resetdb in your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'resetdb',
)

Usage

./manage.py help resetdb

About

Allow to drop tables before syncdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages