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/
------------
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 details)
django-chess-0.2.0.tar.bz2
(37.1 kB
view details)
File details
Details for the file django-chess.tar.gz.
File metadata
- Download URL: django-chess.tar.gz
- Upload date:
- Size: 104.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e0181f06ea061331040236c0be610fdf77ccbfd8a457b110576b8e7e9b1e18c
|
|
| MD5 |
6c4be53dc08ad4faf314ab281cf167da
|
|
| BLAKE2b-256 |
a655c8f2de9db2317dadc10cc8cf972ce8ae05358b21c10e9e134880ab21165a
|
File details
Details for the file django-chess-0.2.0.tar.bz2.
File metadata
- Download URL: django-chess-0.2.0.tar.bz2
- Upload date:
- Size: 37.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f763d0e9a6ec40a8302494f252009d751f7781d8724e6384d97c5a22ed69041e
|
|
| MD5 |
68f0a53bf58045afd0f459af4412acf3
|
|
| BLAKE2b-256 |
058844e68b3ee89d5ca9ae33c38d5f2e8cb5086479c8e6b8bf2c6096db81937e
|