An open API service indexing awesome lists of open source software.

https://github.com/redhog/clib


https://github.com/redhog/clib

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Installation

virtualenv myserver
cd myserver
source bin/activate

mkdir apps
cd apps
git clone
git@github.com:redhog/clib.git

mkdir appomatic_config
touch appomatic_config/__init__.py
touch appomatic_config/__app__.py
echo > appomatic_config/__settings__.py <