文件名称:django-backbone-example:示例应用程序,展示了如何将Django和Backbone.js一起使用
文件大小:28KB
文件格式:ZIP
更新时间:2024-03-11 17:36:50
Python
Django Backbone示例 这是使用Django一个示例应用程序,用的帮助和。 因为每个人都需要编写一个Twitter克隆,所以它就是一个Twitter克隆。 在本地运行 最好在virtualenv中,运行以下命令: git clone https://joshbohde@github.com/joshbohde/django-backbone-example.git cd django-backbone-example/backbone_example pip install -r requirements.txt ./manage.py syncdb --noinput ./manage.py runserver
【文件预览】:
django-backbone-example-master
----.gitignore(29B)
----README.md(628B)
----backbone_example()
--------local_settings.py(1B)
--------manage.py(546B)
--------static()
--------settings.py(3KB)
--------urls.py(624B)
--------__init__.py(0B)
--------requirements.txt(90B)
--------tweets()
--------templates()