Django-NotesApp/project/notes
2023-03-04 19:25:40 +08:00
..
migrations Hotfix for not being able to POST with changed 12 hour datetime format 2023-03-04 19:25:40 +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 Made content field for note unlimited 2023-03-03 23:47:30 +08:00
serializers.py Hotfix for not being able to POST with changed 12 hour datetime format 2023-03-04 19:25:40 +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 Added a custom user serializer to allow sorting of notes by user 2023-03-01 23:27:46 +08:00