django-dynamic-admin 0.3.0

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangodynamicadmin 0.3.0

Create dynamic models from Django administration (with migration support).

Quick start

Install django-dynamic-admin package in your Django project:
pip install django-dynamic-admin

Add “django-dynamic-admin” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'polymorphic'
'dynamicadmin',
]

Run python manage.py migrate to create the base models.
See https://github.com/seht/dynamicadmin-example-project for example usage.
Visit http://127.0.0.1:8000/admin/ to create dynamic models from Django administration.



Adding new Field types
Create new field types by extending dynamicadmin.models.Field


Adding new Content types
Create new content types by extending dynamicadmin.models.Bundle


TODO

Field weights

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.