/Django-custom-registration

Multiple user registration code in django, watch the tutorial here --> https://youtu.be/QnviZrFr6co

Primary LanguagePythonMIT LicenseMIT

Python Version Django Version

This is a multiple user registration example in django that I created for my Youtube channel.

Watch it in Youtube

To run the project:

  1. Clone the repository
git clone https://github.com/nusrat-borsha/Django-custom-registration.git
  1. Install the requirements
pip install -r requirements.txt
  1. Run migration
python manage.py migrate
  1. Create super user
python manage.py createsuperuser
  1. Run the server
python manage.py runserver

The code is licensed under the MIT License.