https://github.com/skyl/django-mariposa
Django management command for mariposa
https://github.com/skyl/django-mariposa
Last synced: about 1 year ago
JSON representation
Django management command for mariposa
- Host: GitHub
- URL: https://github.com/skyl/django-mariposa
- Owner: skyl
- License: mit
- Created: 2013-05-02T05:29:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-20T20:50:13.000Z (almost 13 years ago)
- Last Synced: 2025-02-24T03:06:51.645Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
+++++++++++++++++++++++++++++++++
Django Mariposa
+++++++++++++++++++++++++++++++++
::
pip install django-mariposa
put `django_mariposa` in `INSTALLED_APPS`
add the `MARIPOSA_DIRECTORY` setting.
Go to that directory and `mariposa create` your migration files and edit them.
Now you can::
./manage.py migrate