Skip to content

ziwon/django-sb-admin2-dark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-sb-admin2-dark

Screenshot

Prerequisites

Install virtualenvwrapper for Python 3.4 on Ubuntu

sudo apt-get install python3.4-venv

Installation

Clone a repo

git clone https://github.com/patriz/django-sb-admin2-dark.git && cd django-sb-admin2-dark

Create a virtualenv with virtualenvwrapper

pyvenv-3.4 .venv

Activate the virtualenv

source .venv/bin/activate

Install required modules

pip install -r requirements.txt

Install bower's components (react-bootstrap, sb-admin2 and etc)

./manage.py bower install

Run

Run server

./manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published