https://github.com/osll/stepic_uploader
https://github.com/osll/stepic_uploader
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osll/stepic_uploader
- Owner: OSLL
- Created: 2017-03-14T20:06:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T09:09:49.000Z (about 8 years ago)
- Last Synced: 2025-01-01T19:26:03.861Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
Requirements:
linux/windows
python3
django 1.10.6
1. Clone project:
git clone https://github.com/OSLL/stepic_uploader.git
2. Apply migrations:
python manage.py migrate
3. Start developer web-server:
python manage.py runserver
4. Get home page in browser via http://127.0.0.1:8000/
```