Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 467 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 467 Bytes

scribex

scribex - a localbased diary app that is written in Django framework. To install and launch it use the following commands

python3 -m venv .venv | source ./.venv/bin/activate | python -m pip install -r requirments.txt | python scribex/manage.py migrate | python scribex/manage.py makemigrations | python manage.py createsuperuser python manage.py runserver

Btw, I know that diary folder name is written incorrectly, you can fix it yourself :)