#33467: Small Framework to create a Demo-System
------------------------------------------+------------------------
Reporter: Thomas Güttler | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 4.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------+------------------------
If Django would provide a small framework how to create demo-system, this
would helpfull:
* Developers would waste less time creating fundamental data-structures,
just to be able to use a view in the development system
* It would it make easier to unboard a new django developer in a company,
since he/she would be familiar with it
* Less teams would copy the production-DB into the development-DB.
There are several ways how to get there here is one idea:
The AppConfig class can provide a method called `create_demo_data()`. This
implements
the creation process. It is up to the developer to implement it (if he
wants to).
There is a new management command which calls all AppConfigs.
Of course there are some details not solved yet. For example: how to
handle the case where
App2 depends on data of App1.
Would you accept a pull-request?
--
Ticket URL: <https://code.djangoproject.com/ticket/33467>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/050.c6d8c2d18c8d48d8e697379fe2951d63%40djangoproject.com.