What's up guys
This is the last part, where I finalise the bullet journal app.
-----------------------------------------------------------------------------------------------------------------------
TERMINAL COMMANDS USED
-----------------------------------------------------------------------------------------------------------------------
'cd' - to move to a folder:
cd documents
'mkdir' - to create a folder:
mkdir bujo
'Django-admin startproject' - to create django project
django-admin startproject bujo
django-admin startapp - to create a django app:
Django-admin startapp diary
python3 manage.py runserver - to run the app
----------------------------------------------------------------------------------------------------------------------
You can check out my code over here: https://github.com/stronginasuit/bujo
My instagram: / lifewithraza
twitter: / stronginasuit