https://github.com/jsonfm/django-portfolio-example
Django example App.
https://github.com/jsonfm/django-portfolio-example
Last synced: over 1 year ago
JSON representation
Django example App.
- Host: GitHub
- URL: https://github.com/jsonfm/django-portfolio-example
- Owner: jsonfm
- Created: 2022-01-19T17:33:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T17:41:41.000Z (over 4 years ago)
- Last Synced: 2025-01-30T12:30:51.587Z (over 1 year ago)
- Language: Python
- Size: 6.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django blog example App
## Install
Create a virtual env and then install the dependencies:
```
pip install -r requirements.txt
```
## Run
```
python manage.py runserver
```
## License
MIT