Create your own Web Components from Django admin.
Project description
Django Polybuilder
==================
Django Polybuilder let you create your own Web Componets easily from Django admin.
Quick start
-----------
1. Add "polybuilder" to INSTALLED_APPS:
INSTALLED_APPS = {
...
'polybuilder'
}
2. Include the myblog URLconf in urls.py:
url(r'^', include('polybuilder.urls'))
3. Run `python manage.py migrate` to create myblog's models.
4. Run the development server and access http://127.0.0.1:8000/ to manage blog posts.
==================
Django Polybuilder let you create your own Web Componets easily from Django admin.
Quick start
-----------
1. Add "polybuilder" to INSTALLED_APPS:
INSTALLED_APPS = {
...
'polybuilder'
}
2. Include the myblog URLconf in urls.py:
url(r'^', include('polybuilder.urls'))
3. Run `python manage.py migrate` to create myblog's models.
4. Run the development server and access http://127.0.0.1:8000/ to manage blog posts.
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
File details
Details for the file django-polybuilder-0.2.2.tar.gz.
File metadata
- Download URL: django-polybuilder-0.2.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
963e4b43d0a7c4dab08f50fa0a6eb99ddc1c75ef344aefc65d3c202d3d26a6ab
|
|
| MD5 |
33a7d0c542fc21dca2d473a8912992ef
|
|
| BLAKE2b-256 |
6289b3a451cd92293bfb154d76c644454194739b330143a8eca0a8168a1fb8ba
|