Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashmehrotra/garuda
Garuda - A twitter-clone for a Database Management Project
https://github.com/yashmehrotra/garuda
Last synced: 24 days ago
JSON representation
Garuda - A twitter-clone for a Database Management Project
- Host: GitHub
- URL: https://github.com/yashmehrotra/garuda
- Owner: yashmehrotra
- License: mit
- Created: 2014-09-11T15:09:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T10:20:35.000Z (over 9 years ago)
- Last Synced: 2023-08-04T09:21:10.714Z (over 1 year ago)
- Language: Python
- Size: 434 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`