Quantcast
Channel: dev sniper » Pyramid Framework
Viewing all articles
Browse latest Browse all 9

Pyramid web framework application: Customers

$
0
0

I’ve written a web application demo with pyramid web framework. Features : base CRUD functions, list, webhelpers paginate,  search, sorting, session management, flash messages, form validation etc.

Update: I have implemented WebHelpers Paginate with ajax partial rendering.

Customers App has the following technology stack:

Python ver: 2.7.2
Pyramid Framework ver: 1.2.1
SQLAlchemy ver: 0.7.3
Mako Templates ver: 0.5.0
Bootstrap, from Twitter ver: 1.4.0
MySQL Database ver: 5.1

Pyramid web framework Customers App screenshots:

pyramid-app1

pyramid-app2

pyramid-app3

pyramid-app4

pyramid-app5

pyramid-app6

Full source code on GitHub


Viewing all articles
Browse latest Browse all 9

Trending Articles