Skip to content

coderme/briteEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BriteCore Engineering

Deployment

  1. Create a new virtualenv
virtualenv -p python3.6 ENV
  1. Activate the new virtual env.
source ENV/bin/activate
  1. Clone this repo into your preferred working directory.
git clone https://github.com/coderme/briteEngine.git
  1. Install the required python packages in requirements.txt
pip install -r requirements.txt
  1. Create Database tables by running migrate
cd britecore
./manage.py migrate
  1. Run the django-builtin HTTP server
./manage.py runserver

Hosted

https://coderme.pythonanywhere.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published