danilomeneghel / crud-python-django

CRUD Complete - Python and Django

Home Page:https://crud-python-django.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books

Project of an books registration using Python and Django.

Features

  • CRUD
  • Active Record
  • Login
  • Search
  • Sort Column
  • Paginate
  • Routes
  • Migrate

Requirements

  • Python >= 3.7.0
  • Django >= 2.2.13
  • PIP >= 18.0
  • SQLite >= 3

Tecnologies

  • Python
  • Django
  • CSS and SCSS
  • JS
  • Bootstrap
  • SQLite

Installation

$ git clone https://github.com/danilomeneghel/crud-python-django.git

$ cd crud-python-django
$ pip install -r requirements.txt

$ python manage.py migrate

After everything is done, run the project:

$ python manage.py runserver

Finally open http://localhost:8000/ in your browser.

Create new modules

$ python manage.py startapp name_module

Routes

$ python manage.py show_urls

Demonstration

You can see the system working by clicking the link below:
https://crud-python-django.herokuapp.com/

  • Login:
    • Username: admin
    • Password: admin

License

This project is licensed under The MIT License (MIT).

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Screenshots

Developed by
Danilo Meneghel
danilo.meneghel@gmail.com
http://danilomeneghel.github.io/

About

CRUD Complete - Python and Django

https://crud-python-django.herokuapp.com/

License:MIT License


Languages

Language:Python 48.9%Language:HTML 36.3%Language:CSS 14.9%