Skip to content

This repository contains template for Django Starter Project. It includes Django Authentication System Implemented (Sign Up, Sign In & Logout), Check if username or email already exists in database during sign up & Django Messages Framework Implemented.

Notifications You must be signed in to change notification settings

coder-psycho/Django-Starter-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Starter-Template

This repository contains template for Django Starter Project. It includes Django Authentication System Implemented (Sign Up, Sign In & Logout), Check if username or email already exists in database during sign up & Django Messages Framework Implemented.

How to Use it ?

  1. Clone this repo using:
git clone https://github.com/hussnainahmad25/Django-Starter-Template.git
  1. Now install django-rename-app module:
pip install django-rename-app
  1. Add to your Django settings.py
INSTALLED_APPS = [
    ...
    'django_rename_app',
    ...
]
  1. Finally run:
python manage.py rename_app <old_app_name> <new_app_name>

About

This repository contains template for Django Starter Project. It includes Django Authentication System Implemented (Sign Up, Sign In & Logout), Check if username or email already exists in database during sign up & Django Messages Framework Implemented.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published