Skip to main content

No project description provided

Project description

django-chess
------------
1. django-admin.py startproject project
2. Install the package to your python site-packages folder or just use it as a module in your project.
3. Add 'chess' to INSTALLED_APPS in your settings file.
4. In your projects urls add the following code:
from chess import urls as chess_urls

urlpatterns = patterns('',
...
url(r'^chess/', include(chess_urls)),
url(r'^admin/', include(admin.site.urls)),
...
)

5. python manage.py runserver --settings=project.settings
6. http://127.0.0.1:8000/chess/chess/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

django-chess.tar.gz (104.1 kB view hashes)

Uploaded Source

django-chess-0.2.0.tar.bz2 (37.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page