This app is basically used to keep track of the audition statistics and reviews , generate results automatically and thus resulting in a hassle free auditioning experience.
- Fork and Clone the repository
https://github.com/<your_github_handle>/Audition-Management-System.git
- Create a virtualenv with python 3 and activate it
virtualenv --python=/usr/bin/python3 venv3
source venv3/bin/activate
- Move into the folder and install dependencies
cd Audition-Management-Portal
pip install -r requirements.txt
- Run the development server and navigate to http://localhost:8000
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- You may solve an annoying bug
- You may add some cool feature
- You may open any issue or request some nice features
Please head over to Contribution Guidelines