Skip to content

nojronatron/MyFirstDjangoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Project created to explore creating a using a Django project.

Status

  • 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