Skip to content

experimental port of spline-pokedex from spline to pyramid

License

Notifications You must be signed in to change notification settings

magical/spline-pokedex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spline-pokedex pyramid_pokedex

This is an experimental attempt to port spline-pokedex to pyramid. For more info see veekun#115.

Quickstart instructions:

Assuming you have a virtualenv with pokedex already installed.

  1. pip install -e .
  2. cd veekun
  3. copy pyramid.ini_tmpl to pyramid.ini and edit to your liking. you should probably set beaker.session.secret, although it probably doesn't matter.
  4. mkdir data && pokedex reindex -e postgresql:///yourdb -i data/pokedex-index
  5. pserve --reload pyramid.ini

Testing

  1. cd splinext/pokedex
  2. if necessary, edit test.ini with your database uri and lookup index path
  3. nosetests tests/test_*.py

About

experimental port of spline-pokedex from spline to pyramid

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 31.3%
  • HTML 31.0%
  • Mako 25.2%
  • JavaScript 6.4%
  • CSS 6.0%
  • sed 0.1%