Skip to content

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

Notifications You must be signed in to change notification settings

deshmukhrajvardhan/LibraryPortal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published