Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 882 Bytes

LibraryPortal

A website that might be used to manage the catalog for a local library. Inspired from MDN "Local Library" Django tutorial

The technical aspects covered in this project are:

  1. Use Django's tools to create a skeleton website and application.
  2. Start and stop the development server.
  3. Create models to represent your application's data.
  4. Use the Django admin site to populate your site's data.
  5. Create views to retrieve specific data in response to different requests, and templates to render the data as HTML to be displayed in the browser.
  6. Create mappers to associate different URL patterns with specific views.
  7. Add user authorisation and sessions to control site behaviour and access.
  8. Work with forms.
  9. Write test code for your app.
  10. Use Django's security effectively.
  11. Deploy your application to production.