Skip to content

priyapahwa/Django-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Projects

This repository contains the source code for some beginner-friendly Django web projects.

1. Pages application

  • Build and test a minimal Pages App
  • Introduces class-based views and templates

2. Message Board application

  • Build and test a database-backend for Message Board App
  • Develop project to post and read short messages
  • Explore the built-in admin interface

3. Blog application

  • Build and test a robust Blog App
  • Demonstrate CRUD (Create-Read-Update-Delete) functionality
  • Create Django forms for blog entries
  • Implement log in, log out, sign up user authentication system

4. Journal website

  • Build and test a News site
  • Demonstrate CRUD (Create-Read-Update-Delete) functionality
  • Introduces apps for static pages
  • Develop custom user models and forms
  • Integrate user authentication system
  • Add password change and reset functionality
  • Set permissions and authorizations
  • Design styles with Bootstrap

5. Library website

  • Build a traditional Django Library website DJ-Lib
  • Extend into web API with Django REST Framework

Reference: Django for Beginners by William S. Vincent

About

Beginner-friendly Django web projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published