Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szilvia-csernus/feedback_project
https://github.com/szilvia-csernus/feedback_project
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/szilvia-csernus/feedback_project
- Owner: szilvia-csernus
- Created: 2023-08-03T09:03:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T22:47:47.000Z (8 months ago)
- Last Synced: 2024-03-18T23:44:58.099Z (8 months ago)
- Language: Python
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feedback_project
A practice project, part of Maximillian Schwarzmuller's "Python Django - The Practical Guide" course.
Practicing basic views, file uploads and session storage.
To get started with the development server:
`python3 -m venv venv`
`source venv/bin/activate`
`pip install -r requirements.txt`
`python manage.py runserver`