|
migrations
|
Make migrations
|
2023-04-07 14:28:56 +03:00 |
|
__init__.py
|
Renamed project
|
2023-03-27 08:46:51 +03:00 |
|
admin.py
|
Added Project and License models to admin
|
2023-04-07 14:32:24 +03:00 |
|
apps.py
|
Changes ' to "
|
2023-03-27 09:23:17 +03:00 |
|
forms.py
|
Created License form
|
2023-04-07 14:32:08 +03:00 |
|
models.py
|
Added languages attribute to Projects model
|
2023-04-07 23:48:32 +03:00 |
|
tests.py
|
Removed redundant code
|
2023-03-27 20:53:14 +03:00 |
|
urls.py
|
Renamed create_project to add_project
|
2023-03-27 20:53:36 +03:00 |
|
views.py
|
Renamed variable
|
2023-04-07 23:00:00 +03:00 |