Database to manage media lists, built with Django 4.1 and Bootstrap 5.2.
- Python 3.10.4 or later
- Any code editor
From the root directory, run python -m venv venv
From the root directory, on macOS: run source venv/bin/activate
From the root directory, on Windows: run venv\Scripts\activate
From the root directory, run pip install -r requirements.txt
From the root directory, run
python manage.py makemigrations
python manage.py migrate
From the root directory, run
python manage.py createsuperuser
and enter a username, email, and password
From the root directory, run
python manage.py runserver
coming soon# media-list-management-system