Skip to content

DaalbuCZ/Hermes

Repository files navigation

HERMES

High Efficiency Recording and Management Evaluation System

A website to help my dance club manage the results of the physical testings done every year. The website is using Django fully, with dynamic features done by unicorn.

Prerequisites

  • Python installed
  • PostgreSQL installed
  • Git (so you can clone the repo)

Steps to Set Up the Project

1. Clone the Repository

git clone https://github.com/DaalbuCZ/Hermes.git
cd hermes

2. Set Up the Virtual Environment

python -m venv myenv
source myenv/bin/activate  # On macOS/Linux
myenv\Scripts\activate.bat  # On Windows

3. Install Requirements

Install the required packages:

pip install -r requirements.txt

4. Configure Database Settings

Edit hermes/settings.py to ensure the database settings are correct for the target machine.

5. Migrate the Database

Run migrations:

python manage.py migrate

6. Create a Superuser

Create a superuser:

python manage.py createsuperuser

7. Start the Development Server

Start the Django development server:

python manage.py runserver

8. Access the Site

Access your site at http://localhost:8000 and admin dashboard at http://localhost:8000/admin

Make sure you have the database correctly setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published