An open API service indexing awesome lists of open source software.

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

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

![Screenshots](screenshots/screenshot01.png)


![Screenshots](screenshots/screenshot02.png)


![Screenshots](screenshots/screenshot03.png)


![Screenshots](screenshots/screenshot04.png)


![Screenshots](screenshots/screenshot05.png)


![Screenshots](screenshots/screenshot06.png)

Developed by

Danilo Meneghel

danilo.meneghel@gmail.com

http://danilomeneghel.github.io/