Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Hi, after migrate jet, it seems blocked, can't see why..
here is the log:
$ python manage.py migrate jet
Operations to perform:
Apply all migrations: jet
Running migrations:
Rendering model states... DONE
Applying jet.0001_initial... OK
Applying jet.0002_delete_userdashboardmodule...
here is the visit log of /jet
`Using the URLconf defined in btapp.urls, Django tried these URL patterns, in this order:
^btsearch/
^admin/
^jet/ ^add_bookmark/$ [name='add_bookmark']
^jet/ ^remove_bookmark/$ [name='remove_bookmark']
^jet/ ^toggle_application_pin/$ [name='toggle_application_pin']
^jet/ ^model_lookup/$ [name='model_lookup']
^jet/ ^jsi18n/$ [name='jsi18n']
^jet/dashboard/
The current URL, jet/, didn't match any of these.`
here is the server log:
System check identified no issues (0 silenced).
You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.
September 24, 2016 - 19:59:14
Django version 1.9.9, using settings 'btapp.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
Not Found: /jet/
[24/Sep/2016 20:00:47] "GET /jet/ HTTP/1.1" 404 3093
Not Found: /jet/
Hi, after migrate jet, it seems blocked, can't see why.. here is the log:
here is the visit log of /jet
here is the server log:
System check identified no issues (0 silenced).
new to Django, thanks :)