Simple ERP with Django

Starting the project with Docker

Buildind the image Docker

    docker build -t erp .

Starting the container

    docker run -p 8000:8000 erp

Acesse: localhost:8000/admin



Starting locally

Install the dependencies:

    pip install -r requirements.txt

Run migrate:

    python manage.py migrate

Create a super user:

    python manage.py createsuperuser

Starting the server:

    python manage.py runserver

Acesse: localhost:8000/admin



Preview

Home adm:


Changelist:


Changeform:


Recent actions: