This is a multiple user registration example in django that I created for my Youtube channel.
To run the project:
- Clone the repository
git clone https://github.com/nusrat-borsha/Django-custom-registration.git
- Install the requirements
pip install -r requirements.txt
- Run migration
python manage.py migrate
- Create super user
python manage.py createsuperuser
- Run the server
python manage.py runserver
The code is licensed under the MIT License.