forked from leonyuan/pycms
-
Notifications
You must be signed in to change notification settings - Fork 0
leoomo/pycms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
================ Welcome to pycms ================ Pycms is a free and open source content management system written in python programming language. It is built on web.py framework. Installation ============ 1. Set up database Configure the settings relatived database in the file "common/config.py" $vim common/config.py run the "setup-env.sh" script in command line: $source setup-env.sh Change to the "script" directory and run its database creation $cd script $python init_tables.py If you are to import test data, then run following: $python init_data.py 2. Start the application for development $python app.py then open web browser input http://localhost:8080 to test.
About
Pycms is a free and open source content management system written in python programming language. It is built on web.py framework.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published