generated from crackingcraft/pycourse-django-tpl
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Serhii Horodilov edited this page Feb 20, 2024
·
1 revision
Welcome to the Task Tracker Django project wiki!
- Set up new Django project
- Add project views
- Configure PostgreSQL database
- Add task model
- Fetch data from the database to response
- Render HTML templates to response
- Create auth forms
- Implement user authentication
- Create custom user model
- Create task model form
- Apply permissions to views
- Refactoring project views to CBVs
- Create serializers
- Implement API views
- Apply API views permissions