darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.32k stars 704 forks source link

Trial of V2 #697

Closed GerBreOwn closed 6 years ago

GerBreOwn commented 6 years ago

I saw that V2 is available for testing.

So, I installed it but did NOT like it as it was giving me errors so I uninstalled it and reinstalled 0.2.6 but it did NOT go back to what I had before.

Now the time, welcome, etc which were at the right side of screen are now scrunched at the left side. The menu options that were at the left side are now at the left bottom. It now looks UGLY!

Is it possible that V2 did NOT get completely removed that is causing the problems? If so how can I completely remove it and reinstall V0.2.26? BTW, what happened to V1, going from V0 to V2?

Thanks

darklow commented 6 years ago

Not sure, try cleaning up pyc files:

find . -name "*.pyc" -exec rm -f {} \;

Make sure you run collecstatic if not serving files by runserver, make sure you run correct version with pip freeze

GerBreOwn commented 6 years ago

After posting the above issue I started getting another which I posted as "

TemplateSyntaxError at /admin/login/ #698"

Now I am getting errors "

TemplateDoesNotExist at /admin/login/

admin/login.html.

This is showing up at 3 places per the following error messages: "

Using engine |django|:

Not sure if they have anything to do with Suit or not.

I removed all of the *pyc files but when I ran runserver some of them were recreated.

In my requirements.txt file I have django-suit without any version and when that is run version 0.2.6 gets installed.  When I tried the development version it installed 0.2.5.

A further question: I am developing my application for a doctor to be used in his clinic to maintain his patients records.  Will this still qualify for the FREE license?  The program will NOT be used to generate any income.

Thanks for any further information on how to solve this problem.

Gerald Brown

On Monday, 16 July, 2018 06:46 PM, Kaspars Sprogis wrote:

Not sure, try cleaning up |pyc| files:

|find . -name "*.pyc" -exec rm -f {} \; |

Make sure you run collecstatic if not serving files by runserver, make sure you run correct version with pip freeze

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/darklow/django-suit/issues/697#issuecomment-405209806, or mute the thread https://github.com/notifications/unsubscribe-auth/AVy7n5isfuwl0JswVYPXgMgoS4NEFN-zks5uHG8CgaJpZM4VQdqX.

shulcsm commented 6 years ago

Same as #698 - admin app missing or broken. I'm closing this, respond there if you have issues but it's not likely that your issues have anything to do with suit at all.