Django CMS 2.3.x Documentation
from either our mail- inglist or IRC channel #django-cms on the irc.freenode.net network. 2.1.2 Configuration and setup Preparing the environment Gathering the requirements is a good start, but we now need Django will be running. If you have opted for django-filer there is a similar requirement for its configuration. If you want versioning of your content you should also install django-reversion and add it to 'django.db.backends.sqlite3', 'NAME': os.path.join(PROJECT_PATH, 'database.sqlite'), } } URL configuration You need to include the ’cms.urls’ urlpatterns at the end of your urlpatterns. We suggest starting0 码力 | 92 页 | 666.41 KB | 6 月前3Django CMS 2.2.x Documentation
with django CMS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.5 Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1 freenode.net network. 1.3. Introductory Tutorial 5 django cms Documentation, Release 2.2.1 1.3.2 Configuration and setup Preparing the environment Gathering the requirements is a good start, but we now need will be running. If you have opted for django-filer then similar requirement exists based on its configuration. If you want versioning of your content you should also install django-reversion and add it to0 码力 | 76 页 | 627.98 KB | 6 月前3django cms 2.2.x Documentation
a django CMS installation 2.1. 2.2 Release 3. Introductory Tutorial 3.1. Getting help 3.2. Configuration and setup 3.3. Creating templates 3.4. Creating your first CMS Page! 4. Using South with django Installation 4.2. Basic usage 4.3. More information about South 5. Configuration 5.1. Required Settings 5.2. Basic Customization 5.3. Editor configuration 5.4. I18N and L10N 5.5. Media Settings 5.6. URLs 5.7. Advanced Chooser 1.3. page_language_url 1.4. CMS_HIDE_UNTRANSLATED 2. Sitemap Guide 2.1. Sitemap 2.2. Configuration 2.3. django.contrib.sitemaps 3. Template Tags 3.1. placeholder 3.2. show_placeholder 3.3. s0 码力 | 105 页 | 679.29 KB | 1 年前3Django CMS 2.4.x Documentation
These packages are not required, but they provide useful functionality with minimal additional configuration and are well-proven. File and image handling • Django Filer for file and image management • django-filer delete_orphaned_plugins before using. Added a check command Added a management command to check your configuration and environment. To use this command, simply run: manage.py cms check This replaces the old at-runtime from either our mail- inglist or IRC channel #django-cms on the irc.freenode.net network. 2.1.2 Configuration and setup Preparing the environment Gathering the requirements is a good start, but we now need0 码力 | 104 页 | 709.98 KB | 6 月前3Django CMS 2.4.x Documentation
Upgrading from 2.1.x and Django 1.2.x Getting Started 1. Introductory Tutorial 1.1. Getting help 1.2. Configuration and setup 1.3. Creating templates 1.4. Creating your first CMS Page! 2. Using South with django Installation 2.2. Basic usage 2.3. More information about South 3. Configuration 3.1. Required Settings 3.2. Basic Customization 3.3. Editor configuration 3.4. I18N and L10N 3.5. Media Settings 3.6. URLs 3.7. Advanced hide_unstranslated 1.6. Automated slug generation unicode characters 2. Sitemap Guide 2.1. Sitemap 2.2. Configuration 2.3. django.contrib.sitemaps 3. Template Tags 3.1. CMS templatetags 3.2. Menu Templatetags 30 码力 | 156 页 | 727.78 KB | 6 月前3Django CMS 2.1.x Documentation
with Django-CMS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 1.4 Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 1 machine meets the requirements outlined in the Installation section of this documentation. 1.2.1 Configuration and setup Preparing the environment Gathering the requirements is a good start, but we now need 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(PROJECT_DIR, 'database.sqlite'), } } URL configuration You need to include the ’cms.urls’ urlpatterns at the end of your urlpatterns. We suggest starting0 码力 | 63 页 | 485.38 KB | 6 月前3Django CMS 2.1.x Documentation
Getting Started 1. Installation 1.1. Requirements 1.2. Databases 2. Introductory Tutorial 2.1. Configuration and setup 2.2. Creating templates 2.3. Creating your first CMS page! 2.4. Troubleshooting 3. Using South with Django-CMS 3.1. Installation 3.2. Basic usage 3.3. More information about South 4. Configuration 4.1. Required Settings 4.2. Basic Customization 4.3. I18N and L10N 4.4. Media Settings 4.5. URLs Chooser 1.3. page_language_url 1.4. CMS_HIDE_UNTRANSLATED 2. Sitemap Guide 2.1. Sitemap 2.2. Configuration 2.3. Django.contrib.sitemaps 3. Templatetags 3.1. placeholder 3.2. show_placeholder 3.3. show0 码力 | 81 页 | 554.09 KB | 6 月前3Django CMS 3.0.x Documentation
flexible plugins system that lets developers put powerful tools at the fingertips of editors, without over- whelming them with a difficult interface • ...and much more There are other capable Django-based follows - where our suggestions differ from the default, they’re highlighted below: • Database configuration (in URL format): sqlite://localhost/project.db • django CMS version: stable • Django version: _("Poll App") # give your app a name, this is required urls = ["polls.urls"] # link your app to url configuration(s) apphook_pool.register(PollsApp) # register your app You’ll need to restart the runserver to0 码力 | 180 页 | 1.56 MB | 6 月前3django cms 3.1.x Documentation
flexible plugins system that lets developers put powerful tools at the fingertips of editors, without over- whelming them with a difficult interface • ...and much more There are other capable Django-based follows - where our suggestions differ from the default, they’re highlighted below: • Database configuration (in URL format): sqlite://localhost/project.db • django CMS version: stable • Django version: App") # give your app a name, this is required urls = ["polls.urls"] # link your app to url configuration(s) app_name = "polls" apphook_pool.register(PollsApp) # register your app You’ll need to restart0 码力 | 200 页 | 1.63 MB | 1 年前3Django CMS 3.11.10 Documentation
[https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-DATABASES] for the appropriate configuration for your chosen database backend. Confirming that you are not migrating a version 3 project Add necessary, but it’s useful. If included, should be at the start of the list. add the following configuration to your settings.py: Context processors Add "cms.context_processors.cms_settings" to TEMPLATES['OPTIONS'] unable to identify any further issues with your project. Some additional configuration is required however. Further required configuration URLs "sekizai.context_processors.sekizai",0 码力 | 493 页 | 1.44 MB | 6 月前0.03
共 93 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10