Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.

ConjureETS/site-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Official conjure website repository

Python Version

V2.7.6

System dependencies

Python, PIP

To install other dependencies :

pip install -r requirements.txt

Databsae configuration

If you don't have the database yet initialize it with : ./manage.py syncdb

If you need to apply some migrations to your existing database : ./manage.py migrate [appname]

If you change data model, don't forget to create the migration : ./manage.py makemigrations [appname]

To run the server locally

./manage.py runserver

Tests

To run tests locally just run ./manage test or if you want to test the whole server ./manage testserver

Deployement instructions

Coming soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors