User registration and login template connected with database.
Preview!
🛠️ Installation
• First make sure u have installed latest versions of Python, Django
• Clone this repository or download latest release
• Install modules from requirements.txt in RegistrationDjango directory.
pip install -r requirements.txt
• Change SECRET_KEY in RegistrationDjango settings or create .env file with following data:
SECRET_KEY = 'example_secret_key'
• Create or update existing database in RegistrationDjango directory:
python manage.py migrate
🚀 Run
• RegistrationDjango directory:
python manage.py runserver
❓ Usage
• localhost:8000 - RegistrationDjango main page
• localhost:8000/login & /register - Django login and registration
• localhost:8000/admin - Django admin panel