Skip to content

fistadev/django_sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django SQL Project

  • Django app
  • bootstrap front-end
  • upload CSV file
  • plotly graphs
  • return table of the CSV file

Installation

Install project with pip.

Create virtual environment.

python3 -m venv venv

Activate virtual environment.

. venv/bin/activate

Install all requirements.

pip install -r requirements.txt

Start running local (localhost:8000)

python manage.py runserver

Migrations (everytime that changes models.py)

python manage.py makemigrations

python manage.py migrate

Create superuser => add username and password

python manage.py createsuperuser 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors