-
Notifications
You must be signed in to change notification settings - Fork 0
tasnim07/BlackFly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BlackFly is a custom Blog API written in Django on top of Posgresql. ### Install Python2.7, virtualenv, pip ### git clone [THIS REPO] ### Create and activate virtualenv ```$ virtualenv venv && source venv/bin/activate``` ### Install dependencies ```$ pip install -r requirements.txt``` ### Create Postgres database ### Run migrate ```$ python manage.py migrate``` ### Run development server ```$ python manage.py runserver``` Copyright - Tasneem Haider
About
BlackFly is a custom Blog API written in Django on top of Posgresql.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published