https://github.com/pythondeveloper6/django-task-level-2
https://github.com/pythondeveloper6/django-task-level-2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythondeveloper6/django-task-level-2
- Owner: Pythondeveloper6
- Created: 2024-02-12T22:09:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T22:14:30.000Z (over 2 years ago)
- Last Synced: 2025-03-12T22:13:13.455Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Task-Level-2
- Create a django project with the following models ["Post" , "Comment"]
- the project conists of one page to enable the user to add comment on a post
- the user should be able to :
- add new comment
- see old comment on this post
- filter comment by date (New First , Old First)
- create an API for the same process (show Post Detail with Comments & Comments Filter)
- do not forget to add requirements.txt file , install the need libraries only
- push your code to github and post the link in our group
- do not use tools like Chatgpt or any AI tool , because i will ask you in the Task 😊
- Good Luck, Mahmoud Ahmed