A Django-based encyclopedia dedicated to Norwegian Black Metal with a horror theme.
- Band profiles with discographies
- Album and song listings
- News articles
- Event listings
- Horror-themed design
-
Install required packages:
pip install django pillow -
Apply migrations:
python manage.py makemigrations python manage.py migrate -
Load sample data:
python load_data.py -
Run the development server:
python manage.py runserver -
Access the website at http://127.0.0.1:8000/
- URL: http://127.0.0.1:8000/admin/
- Username: admin
- Password: adminpassword
metal_app/: Main application with models, views, and templatesstatic/: CSS, JavaScript, and image filestemplates/: HTML templatesblackmetal/: Project settings and configuration