Skip to content

MapStory/icon-commons-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon-commons-site

Description

A Django project for an icon commons site (see https://github.com/MapStory/icon-commons)

Developer Setup

Preferably in a virtualenv.

For development purposes, after cloning, first install icon-commons.

Assuming icon-commons lives as a sibling to this project, pip install -e ../icon-commons will set this up.

Then setup this project - python setup.py develop

Post Setup Initialization

Now create the database:

python manage.py syncdb

Running things

Ingest some data:

python manage.py ingest <directory>

Run the development server (visit http://localhost:8000/):

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published