https://github.com/danilomeneghel/crud-python-django
CRUD Complete - Python and Django
https://github.com/danilomeneghel/crud-python-django
bootstrap css django js python scss sqlite
Last synced: 3 months ago
JSON representation
CRUD Complete - Python and Django
- Host: GitHub
- URL: https://github.com/danilomeneghel/crud-python-django
- Owner: danilomeneghel
- License: mit
- Created: 2018-10-03T17:12:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T20:32:49.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T14:24:48.762Z (over 1 year ago)
- Topics: bootstrap, css, django, js, python, scss, sqlite
- Language: Python
- Homepage: https://crud-python-django.herokuapp.com/
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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






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