Standarized HTML blocks paired with a common model instance. Easy way to create prototypes and page sections with database-persistent context.
- Just CD
demo17
and runpython manage.py runserver
- Admin username: test, pass test1234
- Add
'django-ublocks.apps.uBlocksConfig',
in yourINSTALLED_APPS
settings; - Add
url(r'^ublocks/', include('ublocks.urls')),
in yoururls.py
- Resolve Dash issue in the folder (can't import properly)
- Template Importer/parser (choices feeder)
- Fix templates
- Better GET Queries in views and templatetags
- Better TinyMCE Configuration
- Decision: forms versus TinyMCE (hidden and unstyled elements)
- Remove old project's garbage
- Routes and Middleware
- Use better classifiers in
setup.py