An open API service indexing awesome lists of open source software.

https://github.com/therealedsheenan/django-medium

Just another medium clone made with Django
https://github.com/therealedsheenan/django-medium

django medium python

Last synced: about 1 month ago
JSON representation

Just another medium clone made with Django

Awesome Lists containing this project

README

          

# django-medium
Just another medium clone made with Django

## Installation
Clone this repository on your local environment.

Setup your environment first then install dependencies:
```
$ pip install
```

Make django migrations
```
$ python manage.py makemigrations
$ python manage.py migrate
```

Run server
```
$ python manage.py runserver
```

### Author
Sheenan Tenepre