An open API service indexing awesome lists of open source software.

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

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