https://github.com/matthewlabasan/django-app
Tutorial for training.
https://github.com/matthewlabasan/django-app
Last synced: about 1 year ago
JSON representation
Tutorial for training.
- Host: GitHub
- URL: https://github.com/matthewlabasan/django-app
- Owner: MatthewLabasan
- Created: 2024-09-11T19:27:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T21:54:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T08:46:23.625Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Tutorial App
1. Start virtual environment with `source .venv/bin/activate`
2. Run `cd myproject` then `python manage.py runserver` to start website on local host: http://127.0.0.1:8000.