Project created to explore creating a using a Django project.
- Create a DJango project
- Create a new DJango App within a project
- Configure and use Migrations
- Implement App models
- Utilize
manage.py
InteractiveShell - Deploy Admin site and add Models
- Practice CRUD operations
- Define user-accessible views
- Use Templates
- The Render command (optional)
- Custom error pages
- Manage URLs
- Using Forms
- Testing DJango Apps (optional)
- Update App look and feel