invisibleroads-templates

Pyramid application templates based on invisibleroads.com
Download

invisibleroads-templates Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Roy Hyunjin Han
  • Publisher web site:
  • https://github.com/invisibleroads/

invisibleroads-templates Tags


invisibleroads-templates Description

Pyramid application templates based on invisibleroads.com invisibleroads-templates contains Pyramid templates that provide user account management based on invisibleroads.com.Pyramid is a web application framework that is the successor to Pylons and repoze.bfg. Thanks to Chris McDonough, Mike Bayer, Mike Orr, Ben Bangert and the other developers of Pyramid, Pylons and Python.Installation:virtualenv --no-site-packages pyramid-envcd pyramid-envsource bin/activatepip install pyramid ipython ipdb nose coverage invisibleroads-templatesUsage:# Activate isolated environmentsource bin/activate# List available templatespaster create --list-templates# Create an applicationpaster create -t ir_core xxx# Change to application's foldercd xxx# Install dependenciespython setup.py develop# Run tests with coveragenosetests# Show URL routespaster proutes development.ini xxx# Run shellpaster pshell development.ini xxx# Edit sensitive informationvim .development.ini# Start development serverpaster serve --reload development.ini# Edit sensitive informationvim .production.ini# Start production serverpaster serve --daemon production.ini# Edit and install crontab.crtvim deployment/crontab.crtcrontab deployment/crontab.crt Requirements: · Python What's New in This Release: · Added robots.txt with default exclusion from search engine crawlers · Added get_remote_ip() · Added $.ajaxSetup for general error handling · Used prop('disabled', true) instead of attr('disabled', 'disabled') · Used e.which instead of e.keyCode · Upgraded to jQuery 1.6.1


invisibleroads-templates Related Software