django-codingsohodmeo project is demo application for codingsoho
Project description
=====
django-codingsohodemo
=====
django-codingsohodmeo project is demo application for codingsoho
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "codingsohodemo" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'codingsohodemo',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^codingsohodemo/', include('codingsohodemo.urls')),
3. Run `python manage.py migrate` to create the codingsohodemo models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a models if needed (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/codingsohodemo/ to participate in the poll.
django-codingsohodemo
=====
django-codingsohodmeo project is demo application for codingsoho
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "codingsohodemo" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'codingsohodemo',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^codingsohodemo/', include('codingsohodemo.urls')),
3. Run `python manage.py migrate` to create the codingsohodemo models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a models if needed (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/codingsohodemo/ to participate in the poll.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-codingsohodemo-1.1.tar.gz
(41.6 kB
view details)
File details
Details for the file django-codingsohodemo-1.1.tar.gz
.
File metadata
- Download URL: django-codingsohodemo-1.1.tar.gz
- Upload date:
- Size: 41.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79292856bb5b59e56a3eadeec1820432f4edb9b8404f5a5b9ac6cb0c4e9f3db9 |
|
MD5 | fc009f739a52470e2eb89585a00413c9 |
|
BLAKE2b-256 | be46a08585c4c19dcea5ecf5c8255ee9250a2728ad016076b133b2b85eb6fdf6 |