Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toxinu/sublimall-server
Server behind Sublimall SublimeText plugin
https://github.com/toxinu/sublimall-server
django extension plugin python sublime-text sublimetext
Last synced: 9 days ago
JSON representation
Server behind Sublimall SublimeText plugin
- Host: GitHub
- URL: https://github.com/toxinu/sublimall-server
- Owner: toxinu
- License: mit
- Created: 2013-11-07T21:44:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T15:13:51.000Z (about 6 years ago)
- Last Synced: 2024-10-11T15:43:27.419Z (25 days ago)
- Topics: django, extension, plugin, python, sublime-text, sublimetext
- Language: Python
- Homepage:
- Size: 374 KB
- Stars: 42
- Watchers: 5
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Sublimall
=========.. image:: https://travis-ci.org/toxinu/sublimall-server.svg?branch=master
:target: https://travis-ci.org/toxinu/sublimall-server
.. image:: https://coveralls.io/repos/github/toxinu/sublimall-server/badge.svg?branch=master
:target: https://coveralls.io/github/toxinu/sublimall-server?branch=masterSublimall 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 runserverTests
~~~~~Sublimall server is tested at ~90% coverage.
::
pip install coverage
make coverage
firefox htmlcov/index.html.. _Sublimall: https://github.com/toxinu/sublimall