Skip to content

CaiquePiazzaroli/Report_BI_Python-DJANGO--Fullstack-

Repository files navigation

Report power bi app

This project was made with django!

Go to https://www.djangoproject.com/ to know more about!

Installation

In the root project, run:

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Go to: http://127.0.0.1:8000/

alt text

Create superuser

when you start a new project, there is no user login. Stop the local server Django service and run:

python manage.py createsuperuser

Insert the username and Password. Now you can sign in.

Add new Power BI report

Go to http://127.0.0.1:8000/admin/ In report_app section, go to: +add Insert name, description, URL values

alt text

Now, the new PowerBI report will be in the home page.

About

This project was made with DJANGO framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published