abhishek-ram / pyas2

This repo is no longer maintained and has been moved to https://github.com/abhishek-ram/django-pyas2
GNU General Public License v2.0
47 stars 23 forks source link

UI is not the same as the one from the documentation #17

Closed fredy2015 closed 8 years ago

fredy2015 commented 8 years ago

Hi,

I have followed the installation instructions from the doc. But when I access to the UI, I dont have the same as the one in the doc. I don't have the logo, name of the server, all the tabs (run, etc...). I have only the "pyAS2 Global Settings" and a tab Home which redirect to the Django admin page...

My server is on Linux Fedora 23 Server. Python version is 2.7.10 and the Django version is 1.9.3.

Could you help & advise. Thanks

Fred

abhishek-ram commented 8 years ago

pyas2 needs to be placed at top of the list of INSTALLED_APPS in settings.py I will update the documentation to reflect the same. Also there are some issues with the newer version of Django and I will push in a change to take care of these errors.

fredy2015 commented 8 years ago

It works!

Thanks