Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lintenn/revisionoculargi

Django-based web application to operate and manage customer ocular revisions.
https://github.com/lintenn/revisionoculargi

crud django django-application html-css python webapp

Last synced: 3 days ago
JSON representation

Django-based web application to operate and manage customer ocular revisions.

Awesome Lists containing this project

README

        

# RevisionOcular
## Ocular Revision
Django-based web application to operate and manage customer ocular revisions.
We have used a MySQL database (by installing the mysqlclient module). The configuration for the connection is specified in the file settings.py.
## Running the Django project
The way to work with this project is by running a server offered by Django (by default it runs at 127.0.0.1:8000) to which we make requests to operate our website from a browser.
To execute it, from the project directory we write the command: python manage.py runserver
## Preview
![image](https://user-images.githubusercontent.com/74145538/153091920-805bda29-fdc7-41ae-a2b7-4f8a6b2935d3.png)
![image](https://user-images.githubusercontent.com/74145538/153091969-db73d1cb-05d2-4d9a-ab2b-0bacb7a98a79.png)