https://github.com/kyle8998/django-test
https://github.com/kyle8998/django-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyle8998/django-test
- Owner: kyle8998
- Created: 2017-07-21T01:05:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T17:01:54.000Z (over 8 years ago)
- Last Synced: 2025-04-04T03:13:42.367Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vynchronize
Created by Kyle Lim
### Dependencies
Python3 +
Django 1.11 +
### How to run
Set up a virtual environment
Install django
Start venv
```source //activate```
Clone this repo in django folder and go into the directory
```git clone https://github.com/kyle8998/Vynchronize```
Start server
```python3 manage.py runserver```
To access go to 127.0.0.1:8000