Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 291 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 291 Bytes

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