poteto / Guildsite

Django Python Guild Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Django Python Guild Website

License:MIT License


Languages

Language:JavaScript 44.8%Language:CSS 40.1%Language:Python 9.1%Language:HTML 6.0%