Skip to content

aaguirre/PythonFullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Full Stack

Python Full Stack Example

This is an example about how to build you development environment using Buildout and Pyramid

Pre-conditions:

Installation:

python bootstrap bin/buildout

wait....

Important: Once the buildout process is completed, in order that the example application can work fine, you need to set the email configuration on the application configuration file (development.ini) which is found under src/PyramidSite/.

After that, please reset the SQLite database running the following command.

bin/initialize_PyramidSite_db src/PyramidSite/development.ini

Finally you can run the application executing:

bin/serve

About

Python Full Stack Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages