Changes between Initial Version and Version 1 of Ticket #30450


Ignore:
Timestamp:
May 6, 2019, 11:26:14 AM (5 years ago)
Author:
Felipe Buccioni
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30450 – Description

    initial v1  
    33
    44{{{
    5   File "/apps/authn/serializers.py", line 3, in <module>
     5  File "/apps/authn/__init__.py", line 4, in <module>
     6    from .urls import urls
     7  File "/apps/authn/urls.py", line 2, in <module>
     8    from . import views
     9  File "/apps/authn/views/__init__.py", line 21, in <module>
    610    from . import models
    711  File "/apps/authn/models.py", line 6, in <module>
Back to Top