Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metallum Encyclopedia

A Django-based encyclopedia dedicated to Norwegian Black Metal with a horror theme.

Features

  • Band profiles with discographies
  • Album and song listings
  • News articles
  • Event listings
  • Horror-themed design

Setup Instructions

  1. Install required packages:

    pip install django pillow
    
  2. Apply migrations:

    python manage.py makemigrations
    python manage.py migrate
    
  3. Load sample data:

    python load_data.py
    
  4. Run the development server:

    python manage.py runserver
    
  5. Access the website at http://127.0.0.1:8000/

Admin Access

Project Structure

  • metal_app/: Main application with models, views, and templates
  • static/: CSS, JavaScript, and image files
  • templates/: HTML templates
  • blackmetal/: Project settings and configuration

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages