Skip to content
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

Check if default_app_config is used on Django 1.7+ #41

Closed

Conversation

denizdogan
Copy link
Contributor

@denizdogan denizdogan force-pushed the feature/default-app-config branch 4 times, most recently from 085b661 to 7719615 Compare May 5, 2019 18:25
@denizdogan
Copy link
Contributor Author

@rocioar I think we need to look over the way that dependencies are handled in setuptools, tox and CircleCI, because this is a mess 😄 If you have time to help me get this CI build to pass, I'd appreciate it. Everything seems fine when I run it locally.

@washeck
Copy link

washeck commented Jun 21, 2019

I ran into exactly the same problem in #38. Any help would be appreciated.

@rocioar
Copy link
Owner

rocioar commented Oct 27, 2019

@denizdogan @washeck This can be fixed by creating a requirements file on requirements/testing.txt,
and then on .circleci/config.yaml replacing this line pip install tox flake8 pytest-cov with pip install -r requirements/testing.txt.

Let me know if that works!

Thank you

@rocioar
Copy link
Owner

rocioar commented Aug 4, 2022

I've moved the project to use poetry, closing this ticket.

You should be able to install dependencies with: poetry install

@rocioar rocioar closed this Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check if default_app_config is used on Django 1.7+
3 participants