All Projects → nitely → Spirit

nitely / Spirit

Licence: mit
Spirit is a modern Python based forum built on top of Django framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Spirit

Nsloger
A forum based on Django
Stars: ✭ 59 (-94.35%)
Mutual labels:  forum, django
Guides
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
Stars: ✭ 1,042 (-0.29%)
Mutual labels:  django, django-framework
Musicrecommendersystem
Django-Based Music Recommendation
Stars: ✭ 165 (-84.21%)
Mutual labels:  forum, django
Django Dersleri
YouTube Django Dersleri için proje kaynak kodu
Stars: ✭ 135 (-87.08%)
Mutual labels:  django, django-framework
Django Ledger
A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.
Stars: ✭ 253 (-75.79%)
Mutual labels:  django, django-framework
Django Newsfeed
A news curator and newsletter subscription package for Django
Stars: ✭ 155 (-85.17%)
Mutual labels:  django, django-framework
Misago
Misago is fully featured modern forum application that is fast, scalable and responsive.
Stars: ✭ 2,170 (+107.66%)
Mutual labels:  forum, django
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+715.98%)
Mutual labels:  django, django-framework
Forum
Django forum clone from F2E.im support SAE
Stars: ✭ 252 (-75.89%)
Mutual labels:  forum, django
Djangobb
DjangoBB mirror. DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). Abbreviation DjangoBB stands for Django Bulletin Board. DjangoBB is distributed under the BSD license.
Stars: ✭ 232 (-77.8%)
Mutual labels:  forum, django
Django Business Logic
Visual DSL framework for django
Stars: ✭ 134 (-87.18%)
Mutual labels:  django, django-framework
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-98.09%)
Mutual labels:  django, django-framework
Django Jinja Knockout
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Stars: ✭ 116 (-88.9%)
Mutual labels:  django, django-framework
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-84.78%)
Mutual labels:  django, django-framework
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-89.95%)
Mutual labels:  django, django-framework
Niji
A pluggable Django forum APP
Stars: ✭ 173 (-83.44%)
Mutual labels:  forum, django
Awesome Django Cn
Django 优秀资源大全。
Stars: ✭ 1,153 (+10.33%)
Mutual labels:  django, django-framework
Pyarweb
El sitio web de Python Argentina
Stars: ✭ 73 (-93.01%)
Mutual labels:  django, django-framework
Rengorum
🚀 Forum app built in React, Redux & Django
Stars: ✭ 194 (-81.44%)
Mutual labels:  forum, django
Lbforum
LBForum is a forum engine written in Python using Django
Stars: ✭ 594 (-43.16%)
Mutual labels:  forum, django

Spirit

Build Status Coverage Status pypi licence

Spirit is a Python based forum built using the Django framework.

To see it in action, please visit The Spirit Project.

Documentation

Docs can be found at spirit.readthedocs.io

Compatibility

  • Python 3.5, 3.6, 3.7, and 3.8 (recommended)
  • Django 2.2 LTS (recommended), 3.0, and 3.1
  • PostgreSQL (recommended), MySQL, Oracle Database and SQLite

Constrained by "What Python version can I use with Django?"

Usage

New in Spirit 0.5

pip install django-spirit
spirit startproject mysite
cd mysite
python manage.py spiritinstall
python manage.py createsuperuser
python manage.py runserver

Visit http://127.0.0.1:8000

For detailed setup docs, see spirit.readthedocs.io

Testing

python runtests.py

License

MIT

Sponsors

Digital Ocean

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