django-channels-basic-chat
Tutorial link: https://github.com/divanov11/django-channels-basic-chat
Cloning and starting project
-
- cd django-channels-basic-chat
-
- pip install -r requirements.txt
-
- python manage.py runserver
Tutorial link: https://github.com/divanov11/django-channels-basic-chat
django-analytical The django-analytical application integrates analytics services into a Django project. Using an analytics service with a Django proj
django-tinymce django-tinymce is a Django application that contains a widget to render a form field as a TinyMCE editor. Quickstart Install django-tin
Trivia Quizzz A simple trivia quizzz web app made using django Demo http://triviaquizzz.herokuapp.com/ & https://triviaquiz.redcrypt.xyz Features Goog
django-htmx-todo-list Quick example of a todo list application using Django and HTMX Background Modified & expanded from https://github.com/jaredlockh
django-mongonaut Info: An introspective interface for Django and MongoDB. Version: 0.2.21 Maintainer: Jazzband (jazzband.co) This Project is Being Mov
О чем этот проект Этот репозиторий с шаблонами для быстрого создания Django проекта. В шаблоне проекта настроены следующий технологий: Django gunicorn
Mrock A simple djagno music website. I used this template and I translated it to eng. Also some changes commited. My Live Domo : https://mrock.pythona
Django-SEKH Django Search Engine Keywords Highlighter, is a middleware for Django providing the capacities to highlight the user's search keywords if
django-admincharts Add Chart.js visualizations to your Django admin using a mixin class. Example from django.contrib import admin from .models import
django-tables2 - An app for creating HTML tables django-tables2 simplifies the task of turning sets of data into HTML tables. It has native support fo
django-configurations django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notio
🏫 Campus-Run Campus-Run is a 3D racing game set on a college campus. Designed this service to comfort university students who are unable to visit the
django-watchfiles Use watchfiles in Django’s autoreloader. Requirements Python 3.7 to 3.10 supported. Django 2.2 to 4.0 supported. Installation Instal
A python module to update the console without flashing.
PythonCrud Cadastro de veículos utilizando Python, Django e SQlite3 Para acessar o deploy no Heroku:
Django Countries A Django application that provides country choices for use with forms, flag icons static files, and a country field for models. Insta
Created by Stephen McDonald Introduction Up until PostgreSQL 9.2, COUNT queries generally required scanning every row in a database table. With millio
django-searchable-select A better and faster multiple selection widget with suggestions for Django This project is looking for maintainers! Please ope
django-reversion django-reversion is an extension to the Django web framework that provides version control for model instances. Requirements Python 3
Create an event from Django ORM object model, store the event into the database and also publish it into Kafka cluster.