Skip to content

Commit

Permalink
Merge pull request #4 from arthur-schnitzler/2-make-edit-views-work
Browse files Browse the repository at this point in the history
2 make edit views work
  • Loading branch information
csae8092 authored Dec 14, 2023
2 parents f51cdfe + e91e23b commit e2d66a9
Show file tree
Hide file tree
Showing 82 changed files with 331 additions and 3,228 deletions.
8 changes: 4 additions & 4 deletions apis_core/api_routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def deep_get(dictionary, keys, default=None):
)


def create_query_parameters(entity):
print(entity)
for f in entity._meta.fields:
print(f.name, f.__class__.__name__)
# def create_query_parameters(entity):
# print(entity)
# for f in entity._meta.fields:
# print(f.name, f.__class__.__name__)


class CustomPagination(pagination.LimitOffsetPagination):
Expand Down
19 changes: 0 additions & 19 deletions apis_core/apis_entities/custom_authentication.py

This file was deleted.

117 changes: 0 additions & 117 deletions apis_core/apis_entities/tables.py

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions apis_core/apis_entities/templates/apis_entities/compare_base.html

This file was deleted.

Loading

0 comments on commit e2d66a9

Please sign in to comment.