All Projects β†’ nephila β†’ Djangocms Installer

nephila / Djangocms Installer

Licence: bsd-3-clause
Console wizard to bootstrap django CMS projects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Djangocms Installer

Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-17.57%)
Mutual labels:  hacktoberfest, django
Django Init
Project template used at Fueled for scaffolding new Django based projects. πŸ’«
Stars: ✭ 126 (-14.86%)
Mutual labels:  hacktoberfest, django
Impostor
Django app that enables staff to log in as other users using their own credentials.
Stars: ✭ 124 (-16.22%)
Mutual labels:  hacktoberfest, django
Maria Quiteria
Backend para coleta e disponibilização dos dados πŸ“œ
Stars: ✭ 115 (-22.3%)
Mutual labels:  hacktoberfest, django
Django Anon
Anonymize production data so it can be safely used in not-so-safe environments
Stars: ✭ 136 (-8.11%)
Mutual labels:  hacktoberfest, django
Drf Api Tracking
Fork of aschn/drf-tracking so that we can maintain and release newer versions
Stars: ✭ 117 (-20.95%)
Mutual labels:  hacktoberfest, django
Wagtail
A Django content management system focused on flexibility and user experience
Stars: ✭ 11,387 (+7593.92%)
Mutual labels:  hacktoberfest, django
Evennia
Python MUD/MUX/MUSH/MU* development system
Stars: ✭ 1,309 (+784.46%)
Mutual labels:  hacktoberfest, django
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+9845.95%)
Mutual labels:  hacktoberfest, django
Docker Mailman
Dockerfiles for the mailman suite.
Stars: ✭ 130 (-12.16%)
Mutual labels:  hacktoberfest, django
Dynaconf
Configuration Management for Python βš™
Stars: ✭ 2,082 (+1306.76%)
Mutual labels:  hacktoberfest, django
Openwisp Users
Implementation of user management and multi-tenancy for OpenWISP
Stars: ✭ 145 (-2.03%)
Mutual labels:  hacktoberfest, django
Django Wiki
A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.
Stars: ✭ 1,485 (+903.38%)
Mutual labels:  hacktoberfest, django
Ralph
Ralph is the CMDB / Asset Management system for data center and back office hardware.
Stars: ✭ 1,701 (+1049.32%)
Mutual labels:  hacktoberfest, django
Tutorialdb
A search πŸ”Ž engine for programming/dev tutorials, See it in action πŸ‘‰
Stars: ✭ 93 (-37.16%)
Mutual labels:  hacktoberfest, django
Python Resources 2019
A curated list of Python 3 resources, books, websites, tutorials, code challenges
Stars: ✭ 125 (-15.54%)
Mutual labels:  hacktoberfest, django
Ayudapy
Platform to help people help people
Stars: ✭ 79 (-46.62%)
Mutual labels:  hacktoberfest, django
Django Infinite Scroll Pagination
πŸŒ€ Pagination based on the seek method / keyset paging / offset-less pagination
Stars: ✭ 90 (-39.19%)
Mutual labels:  hacktoberfest, django
Django Defectdojo
DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
Stars: ✭ 1,926 (+1201.35%)
Mutual labels:  hacktoberfest, django
Jill
Command line installer of the Julia Language.
Stars: ✭ 144 (-2.7%)
Mutual labels:  installer, hacktoberfest

==================== django CMS Installer

|Gitter| |PyPiVersion| |PyVersion| |GAStatus| |TestCoverage| |CodeClimate| |License|

Command to easily bootstrap django CMS projects

  • Free software: BSD license

Features


djangocms-installer is a console wizard to help bootstrapping a django CMS project.

Refer to django CMS Tutorial_ on how to properly setup your first django CMS project.

.. warning:: Version 2.0 dropped support for Python 2.7, 3.5, django CMS < 3.7 and Django < 2.2. More 1.2.x versions may be released after 1.2 is out in case important bugfixes will be needed.


Usage


To create your first django CMS project run::

djangocms my_project

That's all!

This command will:

  • Create a Django project
  • Install django CMS and its core plugins
  • Create and populate the database
  • Install default templates

Just run manage.py runserver, go to http://localhost:8000 , login with user admin (same password) and enjoy your first django CMS project.

More at django CMS Tutorial_ and installer usage page_


Documentation


For detailed information see https://djangocms-installer.readthedocs.io


Preliminary checks and system libraries


While this wizard try to handle most of the things for you, it doesn't check for all the proper native (non python) libraries to be installed. Before running this, please check you have the proper header and libraries installed and available for packages to be installed.

Libraries you would want to check:

  • libjpeg (for JPEG support in Pillow)
  • zlib (for PNG support in Pillow)
  • postgresql (for psycopg2)
  • libmysqlclient (for Mysql)
  • python-dev (for compilation and linking)

For additional information, check https://djangocms-installer.readthedocs.io/en/latest/libraries.html


Supported versions


The current supported version matrix is the following:

+----------------+--------------+--------------+---------------+ | | Django 2.2 | Django 3.0 | Django 3.1 | +----------------+--------------+--------------+---------------+ | django CMS 3.7 | Supported | Supported | Not supported | +----------------+--------------+--------------+---------------+ | django CMS 3.8 | Supported | Supported | Supported | +----------------+--------------+--------------+---------------+

See version 1.2_ for older Django / django CMS versions support

Any beta and develop version of Django and django CMS, by its very nature, it's not supported, while it still may work.

djangocms-installer tries to support beta versions of django CMS when they are be considered sufficiently stable by the upstream project.


Warning


djangocms-installer assumes that django-admin.py is installed in the same directory as python executable, which is the standard virtualenv layout. Other installation layouts might work, but are not officially supported.


Windows support


The installer is tested on Windows 10 with Python version 3.8.6 installed using official MSI packages available at http://python.org.

Please check that the .py extension is associated correctly with Python interpreter::

c:\> assoc .py
.py=Python.File

c:\>ftype Python.File
Python.File="C:\Windows\py.exe" "%1" %*

.. _version 1.2: https://github.com/nephila/djangocms-installer/tree/release/1.2.x#supported-versions .. _django CMS Tutorial: https://django-cms.readthedocs.io/en/latest/introduction/index.html .. _installer usage page: http://djangocms-installer.readthedocs.io/en/latest/usage.html

.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square :target: https://gitter.im/nephila/applications :alt: Join the Gitter chat

.. |PyPiVersion| image:: https://img.shields.io/pypi/v/djangocms-installer.svg?style=flat-square :target: https://pypi.python.org/pypi/djangocms-installer :alt: Latest PyPI version

.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/djangocms-installer.svg?style=flat-square :target: https://pypi.python.org/pypi/djangocms-installer :alt: Python versions

.. |GAStatus| image:: https://github.com/nephila/djangocms-installer/workflows/Tox%20tests/badge.svg :target: https://github.com/nephila/django-app-helper :alt: Latest CI build status

.. |TestCoverage| image:: https://img.shields.io/coveralls/nephila/djangocms-installer/master.svg?style=flat-square :target: https://coveralls.io/r/nephila/djangocms-installer?branch=master :alt: Test coverage

.. |License| image:: https://img.shields.io/github/license/nephila/djangocms-installer.svg?style=flat-square :target: https://pypi.python.org/pypi/djangocms-installer/ :alt: License

.. |CodeClimate| image:: https://codeclimate.com/github/nephila/djangocms-installer/badges/gpa.svg?style=flat-square :target: https://codeclimate.com/github/nephila/djangocms-installer :alt: Code Climate

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].