All Projects → nescode → wagtailcmsdemo

nescode / wagtailcmsdemo

Licence: other
Wagtail CMS Demo

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to wagtailcmsdemo

wagtail-freelancer
A Portfolio landing page built using Wagtail CMS
Stars: ✭ 15 (-21.05%)
Mutual labels:  wagtail-cms, wagtail-cms-demo
mubapp
MUB is a multi-user blog web app using the Python-Django infrastructure.
Stars: ✭ 24 (+26.32%)
Mutual labels:  django-framework
wagtail-headless-preview
Previews for headless Wagtail setups
Stars: ✭ 99 (+421.05%)
Mutual labels:  wagtail-cms
wye
Wye is a workshop collaboration software
Stars: ✭ 66 (+247.37%)
Mutual labels:  django-framework
lets-quiz
A quiz website for organizing online quizzes and tests. It's build using Python/Django and Bootstrap4 frameworks. 🤖
Stars: ✭ 165 (+768.42%)
Mutual labels:  django-framework
How-To-Execute-CRUD-Using-Django-Ajax-and-JSON
How To Execute CRUD Using Django Ajax and JSON
Stars: ✭ 21 (+10.53%)
Mutual labels:  django-framework
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (+736.84%)
Mutual labels:  django-framework
wagtailcolumnblocks
Streamfield columns for Wagtail
Stars: ✭ 38 (+100%)
Mutual labels:  wagtail-cms
wagtailgridder
Wagtail Gridder is a Bootstrap 4 enabled layout for the Wagtail CMS. Grid Items are created within categories, and displayed on a Grid Index Page. The JavaScript libraries Gridder and MixItUp are included.
Stars: ✭ 59 (+210.53%)
Mutual labels:  wagtail-cms
Microsoft-Student-Partners
This is the unofficial website for the Microsoft Student Partners
Stars: ✭ 13 (-31.58%)
Mutual labels:  django-framework
FakeDataGenerator
fakedatagenerator.herokuapp.com/
Stars: ✭ 18 (-5.26%)
Mutual labels:  django-framework
WF-website
Website for Western Friend, part of the Religious Society of Friends
Stars: ✭ 34 (+78.95%)
Mutual labels:  wagtail-cms
Facebook-phishing
Phishing Facebook Page in Django Code(Python Based)
Stars: ✭ 129 (+578.95%)
Mutual labels:  django-framework
Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+1400%)
Mutual labels:  django-framework
wagtailmath
Beautiful equations in your StreamField content
Stars: ✭ 27 (+42.11%)
Mutual labels:  wagtail-cms
python-kaynaklari
Python Türkiye Facebook sayfasında başlatılan projenin yeni sayfası
Stars: ✭ 30 (+57.89%)
Mutual labels:  django-framework
kasir
Cashier Management & Inventory Management System
Stars: ✭ 28 (+47.37%)
Mutual labels:  django-framework
gatsby-source-wagtail
Plugin for sourcing Gatsby data from Wagtail CMS
Stars: ✭ 16 (-15.79%)
Mutual labels:  wagtail-cms
csf
ArmourBird CSF - Container Security Framework
Stars: ✭ 48 (+152.63%)
Mutual labels:  django-framework
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
Stars: ✭ 20 (+5.26%)
Mutual labels:  django-framework

Wagtail CMS Demo

This is a demonstration project for Wagtail CMS features. You can use this project as a starting point. This project provide features demonstration of Wagtail CMS.

Who using it?

Nescode

Wagtail CMS & Django Framework Version

wagtail==1.5.2
Django==1.9.7

For developers, From developers

Demonstration of Wagtail features in this repositories is for developers only who know how to setup virtual environment and Django project. In case you would like know how to setup virtualenv, browse through Configure virtualenv and virtualenvwrapper

Dependencies

There is no dependencies as such. You can setup Wagtail CMS using virtual environment or Vagrant. Choice is yours.

Installation

Run the following commands:

git clone https://github.com/nescode/wagtailcmsdemo.git
cd wagtailcmsdemo
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

The beautiful Wagtail CMS will be now accessible at http://127.0.0.1:8000/ and the Wagtail admin interface at http://127.0.0.1:8000/admin/ . To login into admin panel create a superuser:

python manage.py createsuperuser

Give your username, email id and password to complete the user creation process.

Features List

Available features details are as follow:

  • Dynamic homepage and standard page model to manage multiple block through admin panel.
  • One, Two and Three column content
  • Carousel image slider
  • Blog
  • Event management
  • Person/team page
  • Contact page
  • Dynamic form through admin
  • Standard page with StreamFieldPanel for multiple content type.
  • Indexing
  • Search across site
  • Document management
  • Registration/SignIn using registration redux module.
  • Multi-user
  • Group
  • Multi-site
  • Customized permission management for content management
  • Google SEO Optimization for - Page title, slug, page description
  • Schedule publishing of content Go live & Expiry
  • Bootstrap front end framework
  • Crispy form

We are adding generic usable features frequently. Keep watching this list for any update.

This repositories as a starting point for your project

Since, secret key is public in this repositories, we recommend developer to create your own secret key in case you want to use this repositories as a starting point for your next beautiful Wagtail project. Follow this steps to create a new secret key:

Step 1: Login into python prompt

$ python

Step2: Import necessary package and generate secret key

import os
os.urandom(24).encode('hex')

This will generate a secret key in hex code. Now you can replace with existing secret key in settings/dev.py

Paid development

We love Wagtail because of its flexibility and clean code. We offer paid development of Wagtail CMS. Just say hello at [email protected] to start a discussion.

Django development company

We are passionate technologists. We offer full stack development and consulting for organizations with Python, Django framework, Wagtail and PostgreSQL. Drop us a line at [email protected] to shape your idea.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].