Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lintenn/revisionoculargi
- Owner: lintenn
- Created: 2021-12-19T12:21:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T00:00:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T04:20:05.134Z (2 months ago)
- Topics: crud, django, django-application, html-css, python, webapp
- Language: JavaScript
- Homepage:
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)