Paketname | python-django-extensions |
Beschreibung | Useful extensions for Django projects |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.4.2pre+git200911182050-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 560 Byte |
Hängt ab von | python-support (>= 0.90.0), python-django (>= 1.0.2) |
Empfohlene Pakete | libjs-jquery |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 71718 Byte |
Prüfsumme MD5 | 95d8cbc6a11b343e8e3572bf73b21578 |
Prüfsumme SHA1 | bfad8924426c703764508c36d88a9fdecc066f44 |
Prüfsumme SHA256 | d2194844c0c2f33d3648540bef9d6bff5927f517ad763cf7fbad2efe87d14620 |
Link zum Herunterladen | python-django-extensions_0.4.2pre+git200911182050-1_all.deb |
Ausführliche Beschreibung | This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
.
* runserver_plus - a "runserver" that uses the interactive Werkzeug debugger
* runprofileserver - starts runserver with profiling tools enabled
* shell_plus - similar to the built-in "shell" but autoloads all models
* graph_models - creates a GraphViz dot file of your model arrangement
* describe_form - generate template form definitions for a model
* export_emails - export the addresses of your users in many formats
* print_user_for_session - print the user information from a session key
* create_jobs/runjob/runjobs - manage scheduled maintenance jobs
* (plus many more)
.
python-django-extensions also includes a number of custom fields and abstract
models, including ones that manage created and updated times automatically.
|