Django_BlogApp
This is a blog app powered by python-django
Features
- Add and delete blog post
- View someone else blog
- Can add comment to that blog
And of course BlogApp itself is open source with a public repository on GitHub.
This is a blog app powered by python-django
And of course BlogApp itself is open source with a public repository on GitHub.
django-pylibmc-bug Django CacheMiddleware has a multi-threading issue with pylibmc. CacheMiddleware shares a thread-unsafe cache object with many thre
Stronghold Get inside your stronghold and make all your Django views default login_required Stronghold is a very small and easy to use django app that
django-analytical The django-analytical application integrates analytics services into a Django project. Using an analytics service with a Django proj
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards in settings file paths and mark setti
Learning Django 💡 create a virtual environment create python -m venv ./venv. this virtualenv file will be excluded by .gitignore activate the virtual
Projeto-Crud_Django_and_Mongo Configuração para rodar o projeto Download Project
ProjectManagementWebsite A minimal project management website for CMSC495 built
Adding Firebase Cloud Messaging Service into a Django Project The aim of this repository is to provide a step-by-step guide and a basic project sample
Django Intro & Installation python -m venv venv source ./venv/Scripts/activate pip install Django pip install djangorestframework pip install python-d
Advanced school management system written in Django :) ⚙️ Config the project First you should make venv for this project. So in the main root of proje
django-formtools Django's "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. This cod
django-push-notifications A minimal Django app that implements Device models that can send messages through APNS, FCM/GCM and WNS. The app implements
django-site-broadcasts The site broadcast application allows users to define short messages and announcements that should be displayed across a site.
django-audit Django Audit is a simple Django app that tracks and logs requests to your application. Quick Start Install django-audit pip install dj-au
Installation Installing from PyPI is as easy as doing: pip install django-storages If you'd prefer to install from source (maybe there is a bugfix in
django-extra-tools Table of contents Installation Quick start Template filters parse_datetime parse_date parse_time parse_duration Aggregation First L
Django User Metrics django app that allows capture application metrics by each user individually, so after you can generate reports with aggregation o
django-simple-deploy This app gives you a management command that configures your project for an initial deployment. It targets Heroku at the moment,
django-easy-audit Yet another Django audit log app, hopefully the easiest one. This app allows you to keep track of every action taken by your users.
weather-app This is a web app which allows user to get the weather info of any place in the world as soon as possible. It makes use of OpenWeatherMap