Skip to content

Commit

Permalink
Temporarily disable 1.7 AppConfig support.
Browse files Browse the repository at this point in the history
It breaks regular imports with dots in their names.
  • Loading branch information
miracle2k committed Apr 17, 2015
1 parent 97005b9 commit b7e2a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_assets/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ def autoload():

# Step 3: import the app's assets file. If this has errors we
# want them to bubble up.
app_name = deduce_app_name(app)
import_module("{}.assets".format(app_name))
#app_name = deduce_app_name(app)
import_module("{}.assets".format(app))
#if options.get('verbosity') > 1:
# print "assets module loaded"

Expand Down

0 comments on commit b7e2a73

Please sign in to comment.