• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

lmacken/django-example: Django git repository for OpenShift

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

lmacken/django-example

开源软件地址:

https://github.com/lmacken/django-example

开源编程语言:

Python 90.7%

开源软件介绍:

Django on OpenShift Express

This git repository helps you get up and running quickly w/ a Django installation on OpenShift Express. The Django project name used in this repo is 'openshift' but you can feel free to change it. Right now the backend is sqlite3 and the database runtime is @ $OPENSHIFT_DATA_DIR/sqlite3.db.

When you push this application up for the first time, the sqlite database is copied from wsgi/openshift/sqlite3.db. This is the stock database that is created when 'python manage.py syncdb' is run with only the admin app installed.

You can delete the database from your git repo after the first push (you probably should for security). On subsequent pushes, a 'python manage.py syncdb' is executed to make sure that any models you added are created in the DB. If you do anything that requires an alter table, you could add the alter statements in GIT_ROOT/.openshift/action_hooks/alter and then use GIT_ROOT/.openshift/action_hooks/build to execute that script (make susre to back up your database w/ rhc-snapshot first :) )

Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a wsgi-3.2 application

rhc-create-app -a django -t wsgi-3.2

Add this upstream seambooking repo

cd django
git remote add upstream -m master git://github.com/openshift/django-example.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at (default admin account is admin/admin):

http://django-$yourlogin.rhcloud.com



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap