Skip to content

bletvaska/dbank_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbank

Bank web application for Django - course project.

Instalation

If you are running Linux

then create virtual environment and install all the required packages with following commands:

cd dbank_project
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

If your are running Windows

then you are on your own ;) Or you can install Chocolately (package manager for Windows) and run following commands:

choco install cmder
choco install python3

Releases

No releases published

Packages