keith-django-app-creator 0.1.0__py3-none-any.whl → 0.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/METADATA +4 -4
- {keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/RECORD +5 -5
- {keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/WHEEL +0 -0
- {keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/entry_points.txt +0 -0
- {keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/top_level.txt +0 -0
{keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: keith-django-app-creator
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.0
|
4
4
|
Summary: Générateur de structure d'app Django personnalisée
|
5
5
|
Author: keith44
|
6
6
|
Author-email: kidisco1432@gmail.com
|
@@ -19,7 +19,7 @@ Dynamic: summary
|
|
19
19
|
|
20
20
|
# django-app-creator
|
21
21
|
|
22
|
-
`django-app-creator` est un outil en ligne de commande qui permet de générer rapidement
|
22
|
+
`keith-django-app-creator` est un outil en ligne de commande qui permet de générer rapidement une appliaction django de base avec un fichier urls.py
|
23
23
|
|
24
24
|
## Fonctionnalités
|
25
25
|
|
@@ -35,7 +35,7 @@ Dynamic: summary
|
|
35
35
|
Assurez-vous d’avoir Python 3 et `pip` installés, puis exécutez :
|
36
36
|
|
37
37
|
```bash
|
38
|
-
pip install django-app-
|
38
|
+
pip install keith-django-app-creator
|
39
39
|
|
40
40
|
## Utilisation
|
41
|
-
|
41
|
+
newapp <nom_de_l_app>
|
{keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/RECORD
RENAMED
@@ -11,8 +11,8 @@ parfaite/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
11
11
|
parfaite/models/__init__.py,sha256=0rPVvb48SPpEsn5t9bT3ziS2jeZ31VZ8jhM9I2vI5ws,14
|
12
12
|
parfaite/views/__init__.py,sha256=3IylRHwsJ1fBLYV0JXkaa8Ai4nAyRGfsFPFBodaHxes,13
|
13
13
|
views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
-
keith_django_app_creator-0.
|
15
|
-
keith_django_app_creator-0.
|
16
|
-
keith_django_app_creator-0.
|
17
|
-
keith_django_app_creator-0.
|
18
|
-
keith_django_app_creator-0.
|
14
|
+
keith_django_app_creator-0.2.0.dist-info/METADATA,sha256=sVfQGBnbYY0T_vpzHK9Pwb0HnbEHjUUJNpkJ9l9RHeE,1264
|
15
|
+
keith_django_app_creator-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
16
|
+
keith_django_app_creator-0.2.0.dist-info/entry_points.txt,sha256=dK2S_U_9kTbZWt-m1qw3JCdZrcsJbblg1krP8Ju5fRA,48
|
17
|
+
keith_django_app_creator-0.2.0.dist-info/top_level.txt,sha256=aa3_dy_AaRixnHSLGIPbnlnZ7xGzihS9k-GdkDENKUw,45
|
18
|
+
keith_django_app_creator-0.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{keith_django_app_creator-0.1.0.dist-info → keith_django_app_creator-0.2.0.dist-info}/top_level.txt
RENAMED
File without changes
|