Django-NotesApp/project/notes
2023-03-01 22:58:22 +08:00
..
migrations Notes now has owner foreign key 2023-03-01 22:58:22 +08:00
__init__.py Initial commit 2023-02-24 00:13:44 +08:00
admin.py Initial commit 2023-02-24 00:13:44 +08:00
apps.py Initial commit 2023-02-24 00:13:44 +08:00
models.py Notes now has owner foreign key 2023-03-01 22:58:22 +08:00
serializers.py Allow showing of note timestamp in api 2023-02-25 16:48:43 +08:00
tests.py Initial commit 2023-02-24 00:13:44 +08:00
urls.py Initial commit 2023-02-24 00:13:44 +08:00
views.py Notes now has owner foreign key 2023-03-01 22:58:22 +08:00