Skip to content

Django project files for team Lainakoodarit. This project's goal is creating a well working borrowing system with Django. This was a group project for HAMK Riihimäki course for backend web development.

Notifications You must be signed in to change notification settings

sakuexe/lainakoodarit

Repository files navigation

Borrowing System - Django Project

By Team Lainakoodarit

Team Members

Instructions

You can use the virtual enviroment created for the project.

pip3 install virtualenv
virtualenv venv
source venv/bin/activate
# venv/venv/activate.bat  -- for windows
# Deactivate the virtual enviroment
deactivate
# add installed pip packages to requirements.txt
pip3 freeze > requirements.txt

Or you can install the packages locally to your user with the following

pip3 install -r requirements.txt

About

Django project files for team Lainakoodarit. This project's goal is creating a well working borrowing system with Django. This was a group project for HAMK Riihimäki course for backend web development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published