DalgoT4D / DDP_backend

Django app for the DDP platform
GNU Affero General Public License v3.0
12 stars 41 forks source link

django admin app #897

Open Ishankoradia opened 2 days ago

Ishankoradia commented 2 days ago

To login ; you will need to be a is_superser and is_staff

@fatchat see how this looks. We can also expose this on production.

Have added llm session feedback

codecov[bot] commented 2 days ago

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 84.12%. Comparing base (85ef840) to head (fc4de1b). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ddpui/urls.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #897 +/- ## ========================================== - Coverage 84.14% 84.12% -0.03% ========================================== Files 144 144 Lines 14938 14944 +6 ========================================== + Hits 12570 12572 +2 - Misses 2368 2372 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

Ishankoradia commented 2 days ago

run this to generate the static files under static

python manage.py collectstatic

@fatchat