migrations
|
Make migrations from the generated models.py
|
2021-07-27 09:50:57 +05:30 |
static/app
|
Add demo
|
2021-07-28 03:23:02 +05:30 |
templates/app
|
Add missing load static
|
2021-07-28 03:26:58 +05:30 |
__init__.py
|
Create app and obtain models from inspectdb
|
2021-07-27 09:30:24 +05:30 |
admin.py
|
Register models with django-admin
|
2021-07-28 09:50:54 +05:30 |
apps.py
|
Create app and obtain models from inspectdb
|
2021-07-27 09:30:24 +05:30 |
convert.py
|
Use __str__ instead of __repr__
|
2021-07-28 09:42:36 +05:30 |
formats.py
|
Move formats.py to app
|
2021-07-27 12:44:16 +05:30 |
models.py
|
Use __str__ instead of __repr__
|
2021-07-28 09:42:36 +05:30 |
tests.py
|
Create app and obtain models from inspectdb
|
2021-07-27 09:30:24 +05:30 |
views.py
|
Refactor path -> filename
|
2021-07-28 09:49:30 +05:30 |