Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szilvia-csernus/feedback_project


https://github.com/szilvia-csernus/feedback_project

Last synced: 1 day ago
JSON representation

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`