Project of an books registration using Python and Django.
- CRUD
- Active Record
- Login
- Search
- Sort Column
- Paginate
- Routes
- Migrate
- Python >= 3.7.0
- Django >= 2.2.13
- PIP >= 18.0
- SQLite >= 3
- Python
- Django
- CSS and SCSS
- JS
- Bootstrap
- SQLite
$ 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.
$ python manage.py startapp name_module
$ python manage.py show_urls
You can see the system working by clicking the link below:
https://crud-python-django.herokuapp.com/
- Login:
- Username: admin
- Password: admin
This project is licensed under The MIT License (MIT).
Developed by
Danilo Meneghel
[email protected]
http://danilomeneghel.github.io/