-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base Structure for Import of Sage300 Attributes to Fyle #47
Conversation
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #47 +/- ##
=========================================
Coverage ? 86.07%
=========================================
Files ? 31
Lines ? 1070
Branches ? 0
=========================================
Hits ? 921
Misses ? 149
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@@ -14,7 +14,7 @@ django-request-logging==0.7.5 | |||
django-filter==21.1 | |||
|
|||
# DjangoQ for running async tasks | |||
django-q2==1.6.1 | |||
django-q==1.3.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shwetabhk django-q2 is not working with other versions of Django-q which is installed in other libraries such as fyle rest auth etc
we either need to update everywhere, right now rolled back to latest version of django-q
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('workspaces', '0001_initial'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you want me to delete this parent migration and create migration again, or this is okay ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shwetabhk ignore this, this will be fixed in other pr
|
|
No description provided.