Django-NotesApp/project/notes
2023-03-04 17:18:11 +08:00
..
migrations Made content field for note unlimited 2023-03-03 23:47:30 +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 Made date_created serialize to 12 hour time format 2023-03-04 17:18:11 +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