Skip to content

the3ballsoft/the3ballsoft-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#the3ballsoft-website

Prerequisites

Initialize the project

Create and activate a virtualenv:

virtualenv env --no-site-packages --distribute -p /usr/local/bin/python3
or
pyvenv env
source env/bin/activate

Install dependencies:

pip install -r requirements.txt

Initialize the git repository

git init
git remote add origin git@github.com:the3ballsoft/the3ballsoft-website.git

Migrate, create a superuser, and run the server:

python the3ballsoft/manage.py migrate
python the3ballsoft/manage.py createsuperuser
python the3ballsoft/manage.py loaddata landing 
python the3ballsoft/manage.py runserver

Generate API docs:

npm install apidoc -g
python the3ballsoft/manage.py apidoc 

About

The3ballsoft Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published