pyramid
In Pyramid, using traversal, how do create dynamic urls?
I am new to Pyramid and have created an application. I have a database with a table of categories. A category might be color with the attributes Red and Green, and another category might be size with[详细]
2023-03-15 15:34 分类:问答How to get column names from SQLAlchemy result (declarative syntax)
I am working in a pyramid project and I\'ve the table in SQLAlchemy in declarative synt开发者_开发问答ax[详细]
2023-03-15 03:19 分类:问答SQLAlchemy - Getting a list of tables
开发者_运维技巧I couldn\'t find any information about this in the documentation, but how can I get a list of tables created in SQLAlchemy?[详细]
2023-03-15 02:25 分类:问答Some Pyramid + AJAX (Jquery) questions
In my Pyramid package directory, if I create a file calle开发者_开发知识库d somefunction.py and I want to call this function using $.post, what URL would I specify to call this function?[详细]
2023-03-13 15:23 分类:问答How can I have attributes that get extracted for i18n in ZPT macros?
I\'m using Pyramid with ZPT templates to make a web app. I\'m attempting to make a form template macro library to make life easier for things like setting current values of form fields, etc. I\'m also[详细]
2023-03-13 05:46 分类:问答Understanding resource and context in Pyramid
Please bear with me, since I am just getting started with Pyramid. I am having trouble understanding context and resource in Pyramid, with regards to URL Dispatch. I\'m not quite sure what it means fr[详细]
2023-03-13 02:00 分类:问答mod-wsgi & apache & pyramid (pylonsproject)
i have a problem with running pyramid site under apache+mod-wsgi. the problem is that i can\'t tell apache which python interpretor is the right one for the site it serve. i have several virtual envir[详细]
2023-03-12 21:09 分类:问答Turbomail Integration with Pyramid
I am in need 开发者_如何学编程of a method to send an email from a Pyramid application. I know of pyramid_mailer, but it seems to have a fairly limited message class. I don\'t understand if it\'s possi[详细]
2023-03-11 08:03 分类:问答Pyramid logging
I have a pyramid application and I want the logs to got to stderr and stdout. stdout should be \"INFO\" level and below. stderr should be \"WARN\" and higher. How would I change my .ini file to do thi[详细]
2023-03-10 05:15 分类:问答Is pyramid_who (repoze.who) the preferred way to do authentication for pyramid?
I am just starting to learn Pyramid Framework. Is pyramid_who 开发者_运维技巧(repoze.who) the preferred way to do authentication?[详细]
2023-03-10 02:13 分类:问答