Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asier-ortiz/cumple-tu-suenio
Simple ERP made with Django & Bootstrap
https://github.com/asier-ortiz/cumple-tu-suenio
bootstrap django
Last synced: 27 days ago
JSON representation
Simple ERP made with Django & Bootstrap
- Host: GitHub
- URL: https://github.com/asier-ortiz/cumple-tu-suenio
- Owner: asier-ortiz
- License: mit
- Created: 2024-02-02T20:43:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T21:35:03.000Z (11 months ago)
- Last Synced: 2024-11-29T11:44:27.578Z (about 1 month ago)
- Topics: bootstrap, django
- Language: Python
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cumple tu sueño
"Cumple tu sueño" is a project to learn the basics of Django framework that allows the management of employees, suppliers, products, keep the track of sales, visualize data in graphs and import and export files in CSV format. It stores all the data an embedded SQLite database
## How to build
- Create a new venv directory in project's root folder `python3 -m venv venv`
- Activate the virtual environment `source venv/bin/activate`
- Install dependencies `pip install -r requirements.txt`
- Run the project `python manage.py runserver 8080`
- Navigate to
- Login credentials: username: `Asier` password: `12345Abcde`## Screenshots