Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_F2 / python-django-extensions
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-django-extensions
4 VERSION=                3.2.3
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Extensions for Django (3.11)
8 SDESC[v12]=             Extensions for Django (3.12)
9 HOMEPAGE=               https://github.com/django-extensions/django-extensions
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/a7/7e/ba12b9660642663f5273141018d2bec0a1cae1711f4f6d1093920e157946
14 DISTFILE[1]=            django_extensions-3.2.3-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               django_extensions-3.2.3.dist-info
25
26 GENERATED=              yes
27
28 [PY311].RUN_DEPENDS_ON=                 python-Django:single:v11
29 [PY311].USES_ON=                        python:v11,wheel
30
31 [PY312].RUN_DEPENDS_ON=                 python-Django:single:v12
32 [PY312].USES_ON=                        python:v12,wheel
33
34 [FILE:2287:descriptions/desc.single]
35 ===================
36  Django Extensions
37 ===================
38
39     :alt: Latest PyPI version
40
41     :alt: Supports Wheel format
42
43    :alt: Coverage
44
45 Django Extensions is a collection of custom extensions for the Django
46 Framework.
47
48 Getting Started
49 ===============
50
51 The easiest way to figure out what Django Extensions are all about is to
52 watch the
53 `excellent screencast by Eric Holscher`__ (`watch the video on vimeo`__).
54 In a couple
55 minutes Eric walks you through a half a dozen command extensions. There is
56 also a
57 `short screencast on GoDjango's Youtube Channel`__ to help show you even
58 more.
59
60 Requirements
61 ============
62
63 Django Extensions requires Django 3.2 or later.
64
65 Getting It
66 ==========
67
68 You can get Django Extensions by using pip::
69
70     $ pip install django-extensions
71
72 If you want to install it from source, grab the git repository from GitHub
73 and run setup.py::
74
75     $ git clone git://github.com/django-extensions/django-extensions.git
76     $ cd django-extensions
77     $ python setup.py install
78
79 Installing It
80 =============
81
82 To enable `django_extensions` in your project you need to add it to
83 `INSTALLED_APPS` in your projects
84 `settings.py` file:
85
86 .. code-block:: python
87
88     INSTALLED_APPS = (
89         ...
90         'django_extensions',
91         ...
92     )
93
94 Using It
95 ========
96
97 Generate (and view) a graphviz graph of app models::
98
99     $ python manage.py graph_models -a -o myapp_models.png
100
101 Produce a tab-separated list of `(url_pattern, view_function, name)` tuples
102 for a project::
103
104     $ python manage.py show_urls
105
106 Check templates for rendering errors::
107
108     $ python manage.py validate_templates
109
110 Run the enhanced django shell::
111
112     $ python manage.py shell_plus
113
114 Run the enhanced django runserver, (requires Werkzeug install)::
115
116     $ python manage.py runserver_plus
117
118 Getting Involved
119 ================
120
121 Open Source projects can always use more help. Fixing a problem,
122 documenting a feature, adding
123 translation in your language. If you have some time to spare and like to
124 help us, here are the places to do so:
125
126 - GitHub: https://github.com/django-extensions/django-extensions
127 - Mailing list: https://groups.google.com/group/django-extensions
128 - Translations: https://www.transifex.com/projects/p/django-extensions/
129
130 Documentation
131 =============
132
133 You can view documentation online at:
134
135
136
137 [FILE:119:distinfo]
138 9600b7562f79a92cbf1fde6403c04fee314608fefbb595502e34383ae8203401       229868 django_extensions-3.2.3-py3-none-any.whl
139