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

Move django_cron/__init__.py code to helper.py and core.py respectively? #73

Closed
chachra opened this issue Dec 9, 2015 · 0 comments
Closed
Assignees

Comments

@chachra
Copy link
Member

chachra commented Dec 9, 2015

For Django 1.9 we've had to import the models inside the functions rather than at the top (globally). Seems a bit of a quick solution and most of the code there easily fits in the helper.py (functions etc.) and core.py (the core classes we use).

Thoughts @dfryta @mjaworski @name-no @mateusz-sikora ? See #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants