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
- Host: GitHub
- URL: https://github.com/therealedsheenan/django-medium
- Owner: therealedsheenan
- Created: 2019-01-31T04:15:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:34:42.000Z (over 3 years ago)
- Last Synced: 2025-03-16T05:12:33.609Z (over 1 year ago)
- Topics: django, medium, python
- Language: JavaScript
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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