/Guildsite

Django Python Guild Website

Primary LanguageJavaScriptMIT LicenseMIT

Guildsite

How to run

Setup a Venv

python3 -m venv venv

source venv/bin/activate

pip install --upgrade pip

pip install django

pip install django-allauth

Build the db

python3 manage.py migrate

python3 manage.py createsuperuser

Run it!~

python3 manage.py runserver

Admin Access

Just add /admin to the URI to access the admin panel.