Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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