Skip to content

ryan95f/Group-9-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Group-9-Project

CAMEL E - Learning System developed Group 9

Getting camel to work

Installing django on Python 3 for Windows:

 pip install django

Install extra python modules for camel to work

 pip install django-mptt
 pip install Pillow

Note: For OS X users running this with Python3, Pillow requires an additional package to be installed. To aquire this package via brew:

 $ brew install libtiff libjpeg webp little-cms2

Don't have brew installed: Get Brew from here!

Set up datebase & create admin

 py manage.py migrate
 py manage.py createsuperusers

To run the camal system on django

 py manage.py runserver

About

Code for group 9, also contains the original camel system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published