Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 304 Bytes

garuda

Garuda - A twitter-clone for a Database Management Project

How to install -

pip install -r requirements.txt

Create a copy of local_settings.py.sample and rename it to local_settings.py and add your MySQL settings there.

python manage.py syncdb

python manage.py runserver