Skip to content

reesekunz/Intro-Django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Django

Fork this repo to use for your projects this week.

Reading

External links

Deliverables

  • Implement an app similar to the notes app, but with data of your choosing.
  • Submit a file models.txt that describes (to other developers) what data you are storing in the database.
  • The app needs to support authentication and expose a RESTful API to the data.

Additional Deliverables

(In arbitrary order.)

  • Add filters and search capabilities to your REST API.
  • Add ability to upload attachments to your records; e.g. images, etc.
  • Add ability to change an existing record, not just GET and POST.
  • Add a Django front end to the data.
  • Brainstorm a list of 10 additional features users would find useful.
  • Implement the brainstormed list.

About

Intro to Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%