Skip to content

TitaniumLexa/Django_Vue_Chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_Vue_Chart

Python - https://www.python.org/downloads/
PostgreSQL - https://www.postgresql.org/download/

Install dependencies:

pip install -r require.txt

Starting backend:

cd django_project
python manage.py runserver

Database configuration

Default

Name: maindb Port: 5432

This can be changed in settings.py

PostgreSQL post-install database creation

cd django_project
python manage.py migrate --run-syncdb

About

Internship from the university in ICL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published