https://github.com/trungnt13/django_template
Django Project Template
https://github.com/trungnt13/django_template
Last synced: 7 months ago
JSON representation
Django Project Template
- Host: GitHub
- URL: https://github.com/trungnt13/django_template
- Owner: trungnt13
- License: mit
- Created: 2015-01-08T12:35:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T15:21:49.000Z (over 10 years ago)
- Last Synced: 2023-03-22T19:36:01.558Z (over 2 years ago)
- Language: Python
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Django Project Template
===
[](https://travis-ci.org/cocos2d/cocos2d-x)
[](https://travis-ci.org/cocos-travis-mac/cocos2d-x)[Django][1] is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications.
It works on iOS, Android, Windows Phone, OS X, Windows and Linux.Django is:
* Fast
* Free
* Easy to use
* Community SupportedTutorial
-----------------------1. clone the repo from GitHub.
$ git clone git@github.com:cocos2d/cocos2d-x.git
2. After cloning the repo, please execute `download-deps.py` to download and install dependencies.
$ cd cocos2d-x
$ python download-deps.py3. After running `download-deps.py`.
$ cd cocos2d-x
$ git submodule update --initContact us
----------* Website: [http://cybots.info][9]
* Twitter: [https://twitter.com/NgoTrongTrung][10][1]: http://www.cocos2d-x.org "cocos2d-x"
[2]: http://www.cocos2d-iphone.org "cocos2d for iPhone"