Skip to content

DHushchin/python-backend-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone project

git clone https://github.com/DHushchin/django-intro

Usage

  • Go to the necessary directory lab

Create virtual environment

python -m venv venv

Activate it

venv\Scripts\activate (Windows)
source venv/bin/activate (MacOS)

Install dependencies

pip install -r requirements.txt

Create .env

  • create .env file in lab directory
  • copy data from .env.example file to .env
  • fill empty fields with your credentials

Running

python ./src/menu.py

Running lab4

cd lab4
pip install -r requirements.txt
python server.py

Running lab5

cd lab5
pip install -r requirements.txt
python manage.py runserver

About

Repository for "Developing web applications on the Django framework" labs in 6 term

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors