migrations
|
5# added category model
|
2020-12-31 11:11:30 +01:00 |
__init__.py
|
#1 setting up django project and mysql
|
2020-12-21 19:53:38 +01:00 |
admin.py
|
5# added category model
|
2020-12-31 11:11:30 +01:00 |
apps.py
|
#1 setting up django project and mysql
|
2020-12-21 19:53:38 +01:00 |
models.py
|
6# added user registration
|
2020-12-31 15:10:53 +01:00 |
tests.py
|
#1 setting up django project and mysql
|
2020-12-21 19:53:38 +01:00 |
urls.py
|
6# added user registration
|
2020-12-31 15:10:53 +01:00 |
views.py
|
6# added user registration
|
2020-12-31 15:10:53 +01:00 |