tschmoderer / django-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Description

This Django project build an academic webpage. It is build so the owner can access and modify.

Installation

Install django

virtualenv .venv -p python3
source .venv/bin/activate
pip install django

create supersuser

./manage createsuperuser

About

License:GNU General Public License v3.0


Languages

Language:HTML 64.7%Language:Python 34.7%Language:CSS 0.6%