Skip to content

This repo explains the steps needed for integrating an existing/new Oracle database to a django project and includes a CRUD application named Inventario.

License

Notifications You must be signed in to change notification settings

darakesh/Inventario-django-oracle-database-integration

Repository files navigation

Inventario - One stop to store all your products

Python Version Django Version

This is a django project to illustrate the implementation of an Oracle database and create a CRUD application. In this django app, user can create a new product, view all products, Edit or delete an existing product.

screenshots

Homepage

Inventario homepage Screenshot Inventario homepage with pagnation Screenshot

Add Product

Inventario Add Product Screenshot

Edit Product

Inventario Edit Product Screenshot

Delete Product

Inventario Delete Product Screenshot

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/livingdead3551/Inventario-django-oracle-database-integration.git

Install the requirements:

pip install -r requirements.txt

Install Oracle Database using the instructions given in Django 3.2 oracle integration guide.

Create the database:

python manage.py makemigrations
python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

About

This repo explains the steps needed for integrating an existing/new Oracle database to a django project and includes a CRUD application named Inventario.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published