Skip to content

GA HW Finch Collector - Creating a simple Full Stack CRUD application, with user authentication; using Python/Django Framework, and native Django templating language. As well as PostGreSQL for DB.

Notifications You must be signed in to change notification settings

nabilk11/django-finch-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-finch-collector

GA HW Finch Collector

Resource

The resource I chose to use was NBA Basketball players. Within the application, users will be able to add their favorite players to their "roster" of favorite players. In addition to giving them accessories, such as headbands, shooting sleeves and more, to associate with those players.

Finch collector lab - Views and Templates

The lab for this lesson is repeating everything we just did, except you'll collect something else like Finches and call the project something like finchcollector, or whatever.

  • Pick a resource. (Dogs, Cards, Stamps, etc)
  • Initialize your project. (Do not forget your conda env)
  • Create your db.
  • Configure your application to connect to the db. (Dont forget to use startapp to get your application folder and include it in your settings.py)
  • Create a home route, about route, and index route.
  • Create a template view that extends a base for all the routes.

Because your completed Finch Collector app will be fairly comprehensive and be a nice addition to your portfolio, you should make it a repo in your personal GitHub account.

About

GA HW Finch Collector - Creating a simple Full Stack CRUD application, with user authentication; using Python/Django Framework, and native Django templating language. As well as PostGreSQL for DB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages