Skip to content

samyro/BattyCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup:

#install homebrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

#install pyenv brew install pyenv

#install python 2.7.6 pyenv install 2.7.6

#install virtualenv pyenv global 2.7.6 pip install virtualenv

clone project from github

cd …/projectfolder

Create a virtualenv to isolate our package dependencies locally

virtualenv env source env/bin/activate # On Windows use env\Scripts\activate

Install Django and Django REST framework into the virtualenv

pip install -r requirements.txt

About

A website for CZ3003 project works with RESTDjango and AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages