Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Fumesover/EpiLogin-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epilogin website

This is epilogin website sources. It uses the django python framework along with html, css and javascript.

The project

Development

You will need python3 and pip installed.

First, create a python environment:

python -m venv .venv source .venv/bin/activate

Then, install requirements:

pip3 install -r requirements.txt

Create your local settings. Do not forget to fix the discord credentials

cp config/local_settings.py.sample config/local_settings.py $EDITOR config/local_settings.py

Migrate the database

python3 manage.py migrate

Load fixtures

python3 manage.py loaddata config/fixtures/*

Run the development server on 127.0.0.1:8000

python3 manane.py runserver

Tokens

To run this projet, you need a discord app & a microsoft app

You can find this tokens here:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published