Giter Site home page Giter Site logo

ganeshpandey-gp / dynamicadmin-example-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seht/dynamicadmin-example-project

0.0 0.0 0.0 29 KB

Example project using django-dynamic-admin

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

dynamicadmin-example-project's Introduction

Example implementation app of django-dynamic-admin

Includes an example bundle and taxonomy dictionary.

(https://code.djangoproject.com/wiki/DynamicModels)

Installing (Linux)

virtualenv -p /usr/bin/python3 env
source env/bin/activate
pip install -r requirements.txt
python mysite/manage.py migrate
python mysite/manage.py makemigrations
python mysite/manage.py migrate
python mysite/manage.py createsuperuser
python mysite/manage.py collectstatic
python mysite/manage.py runserver

Setting up

(Update settings in settings.py)

INSTALLED_APPS = [
    'polymorphic',
    'dynamicadmin',
    'example_bundle',
    'example_bundle.example_dynamic_models',
]

Using

  1. Use Django administration (http://127.0.0.1:8000/admin/) to;
  2. Create a bundle content type through the ExampleBundle model provided and adding any fields.
  3. Optionally create a taxonomy dictionary and add a taxonomy dictionary field.
  4. Run python src/manage.py makemigrations; python src/manage.py migrate
  5. Your new content types are available from (http://127.0.0.1:8000/admin/).

After making changes or adding more content types don't forget to run python src/manage.py makemigrations; python src/manage.py migrate when using Django admin.

(At some point a feature bypassing this step will be included in production.)

dynamicadmin-example-project's People

Contributors

seht avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.