Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 440 Bytes

File metadata and controls

33 lines (21 loc) · 440 Bytes

dumblr

dummy tumblr

examples of working result

how to run locally

make sure django + python is properly installed on your system. then, run the following commands on your command line.

clone the repo

git clone https://github.com/gracejiang/dumblr

navigate to repo

cd dumblr

make sure all packages are installed

pip install -r requirements.txt

run the server

python3 manage.py runserver