Skip to content

toxinu/sublimall-server

Repository files navigation

Sublimall

image

image

Sublimall is Python 3.6 server behind Sublimall SublimeText plugin.

Installation

Let's read INSTALL.md or follow this quick and dirty install steps:

git clone https://github.com/toxinu/sublimall-server.git
cd sublimall-server
virtualenv virtenv
source virtenv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Tests

Sublimall server is tested at ~90% coverage.

pip install coverage
make coverage
firefox htmlcov/index.html