Skip to content

gabmich/django-sigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DJANGO-SIGMA

DESCRIPTION

Django-Sigma is a pre-configured Django project with Sigma JS 1.2.0 installed.

GETTING STARTED

  1. Download zip archive and unzip it.
  2. Create a virtualenv in the django-sigma-master folder as follow :
cd django-sigma
python3 -m venv env
  1. Activate virtualenv :
source env/bin/activate
  1. Install dependencies :
pip install -r requirements.txt
  1. Change directory to reach Django project root dir :
cd django_sigma
  1. Run Django migrations (if you don't modifiy 'settings.py', it will create a sqlite db) :
./manage.py migrate
  1. Created a 'media' directory where you can put your data files (csv, xls, ods) (note : MEDIA_ROOT settings point to this folder)
mkdir media
  1. Run dev web server :
./manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages