An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Django Project Template
===
[![Build Status](https://travis-ci.org/cocos2d/cocos2d-x.png?branch=v3)](https://travis-ci.org/cocos2d/cocos2d-x)
[![Build Status](https://travis-ci.org/cocos-travis-mac/cocos2d-x.png?branch=v3)](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 Supported

Tutorial
-----------------------

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.py

3. After running `download-deps.py`.

$ cd cocos2d-x
$ git submodule update --init

Contact 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"