A simple content site framework that harnesses the power of Django without the hassle

A simple content site framework that harnesses the power of Django without the hassle. Features Can be a standalone static site or added to INSTALLED_APPS to integrate into an existing Django site Renders markdown files automatically Can use data from JSON files in templates and content All the power of Django templates, template tags, and filters Can include other Django apps Build HTML output for a true static site (coming soon) Still a little experimental. 😉 Install Create a standalone […]

Read more

Flashback is an awesome, retro IRC based app built using Django

Flashback is an awesome, retro IRC based app built using Django (and the Django Rest Framework) for the backend as well as React for the frontend! This project was made during the Summer Code Jam 2020. How to use Once you login or sign up to Flashback, you have access to the terminal! Here you run a few commands. You can connect to group chats, which allow you to contact chat with other Flashback users. You can also create your […]

Read more

A test microblog project created using Django 4.0

This is a test microblog project created using Django 4.0. But don’t worry this is a fully working project. There is no super-amazing front-end, just back-end codes with minimal html 🙂 Now you can access the application at https://localhost:8005//blogs and the admin siteat https://localhost:8005/admin. Stack and version numbers used: Name Version Django 4.0 Python 3.10 Folder structure

Read more

AUES Student Management System Developed for laboratory works №9 Purpose using Python (Django)

AUES Student Management System Developed for laboratory works №9 Purpose using Python (Django).Feel free to make changes based on your requirements. I’ve created this project while learnging Django and followed tutorial series from Youtube & Books And if you like this project then ADD a STAR ⭐️ to this project 👆 Features of this Project A. Admin Users Can See Overall Summary Charts of Stuudents Performance, Staffs Perfomrances, Courses, Subjects, Leave, etc. Manage Staffs (Add, Update and Delete) Manage Students […]

Read more

Basic Form Web Development using Python, Django and CSS

Basic Form Web Development using Python, Django and CSS This is a basic project that contains two forms – borrow and donate.The form data includes User’s Details, Book Name, Book Code, etc. The forms data are stored in 2 seperate csv files. The backend of the Forms have been completed. To be noted: Do not pay attention to the front-end as the project was for the Back-end GitHub View Github    

Read more

Vehicle registration using Python, Django and SQlite3

Cadastro de veículos utilizando Python, Django e SQlite3 Para acessar o deploy no Heroku: https://pycrud.herokuapp.com/ Para abrir no LocalHost: Com o django instalado baixe o projeto utilizando o cmd vá até a pasta raiz e execute o comando: Depois execute o comando: Navegue novamente até a pasta raiz e digite: python manage.py runserver Abra o navegador e digite: GitHub View Github    

Read more

A API project made with Django, and without Django REST framework

This is a API project made with Django, and without Django REST framework. This project was done with: How to run project? Clone this repository. Create virtualenv with Python 3. Active the virtualenv. Install dependences. Run the migrations. git clone https://github.com/rg3915/django-api-without-drf.git cd django-api-without-drf python -m venv .venv source .venv/bin/activate pip install -r requirements.txt python contrib/env_gen.py python manage.py migrate python manage.py createsuperuser –username=”admin” –email=”” endpoints

Read more
1 2 3 4 9