Skip to content

A Django repo with advanced techniques: dynamic URL routing, form handling, database migrations, custom user authentication, Class-Based Views, user authorization and password reset

Notifications You must be signed in to change notification settings

Monkey8596/Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Project with Django 🚀

A project built with Django to showcase various features and concepts of the framework.

This project demonstrates the implementation of Django features such as models, views, templates, URL routing, forms, user authentication, and database management.

Key features demonstrated:

  • Virtual environment setup
  • Models, views, and URL routing
  • Use of templates and HTML templates
  • User authentication and authorization
  • Handling forms and database management using Django ORM

Running the project

To run the project, follow these steps:

# Create virtual environment
python3 -m venv env

# Activate virtual environment
source env/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run migrations
python manage.py migrate

# Start the server
python manage.py runserver

About

A Django repo with advanced techniques: dynamic URL routing, form handling, database migrations, custom user authentication, Class-Based Views, user authorization and password reset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published