/django-website

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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