Skip to content

STI26/tdjournal

Repository files navigation

Technical Department Journal

Installation

git clone https://github.com/STI26/tdjournal.git
pip install -r requirements.txt
mv .env.example .env
# change settings in .env file
manage.py migrate
manage.py createsuperuser 

Usage

python3 manage.py runserver