Skip to content

My term paper. "Call Center" Python Django + RAW PostgreSQL # Odesa Mechnikov National University # ОНУ им. Мечникова

Notifications You must be signed in to change notification settings

dvynohradovv/callcenter_project_py

Repository files navigation

callcenter_project

My term paper. "Call Center" Python Django + PostgreSQL (With RAW requests)

Main page

image
Scheenshots image image image image

Sign in page

image

Log in page

image

Tenant Company page

image

Requirements


  • Python > 3.9

Run


  • Install virtualenv: pip install virtualenv

  • Create virtual environment: virtualenv env or python -m venv env

  • Activate virtualenv:

    unix: source env/Scripts/activate

    windows: env/Scripts/activate.bat

  • Install all requirements: pip install -r requirements.txt

  • Run all migrations: python manage.py migrate

About

My term paper. "Call Center" Python Django + RAW PostgreSQL # Odesa Mechnikov National University # ОНУ им. Мечникова

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published