Good to hear that you are moving forward. Regarding your question about the INSTALLED_APPS, if you take the out-of-the-box satchmo demo, it should work as is, at least for me. However, I believe that INSTALLED_APPS needs to be in a certain order as the an app will override the previous ones if they call the same objects (such as templates).
Regards, Olivier On 15 July 2012 00:01, Avraham Serour <[email protected]> wrote: > I got that kinda sorted, that was a test I was doing on server, going > trough apache, I don't know why it couldn't find the files. > > In any case I started using static collect, configured the path on > settings and it worked. > > btw, on a related note I wanted to try admin tools (I also tried to > install grappelli on a separate ENV with the same error) but I get > noreverseMatch, all I could find about this were about > people forgetting something in urls.py, I checked it about 10 times > already, I'm thinking maybe it has to do with the order of > the INSTALLED_APPS, does it make any difference? > > for now I'm on my dev machine using virtualenv, once this works locally > I'll try to put it on the server > > thanks > > On Sun, Jul 15, 2012 at 1:54 AM, Olivier Lauret < > [email protected]> wrote: > >> Hi Avraham, >> >> Did you get your django sorted? I'm also new with satchmo and django but >> I have never seen this situation. I've used satchmo with python 2.7.3 and >> django 1.3.1 and 1.4, without any issue. If you can see the images, I don't >> understand how you could not see the js as they are both called using the >> {{ media_url }}. Are you running a web server with it or are you connecting >> directly to django via the default port 8000? If you are going through >> Apache or Nginx for instance, the configuration issue might come from here. >> >> Regards, >> Olivier >> >> On 9 July 2012 17:35, Avraham Serour <[email protected]> wrote: >> >>> Hi, >>> >>> I'm new both to django and satchmo, this is my pet project to learn >>> both, I must be asking something pretty obvuous since I couldn't find an >>> answer on google or the docs. >>> >>> I installed a store using clonesatchmo.py, and noticed that it is >>> serving only the images, both on the store itself and on the admin but not >>> the css and js files. >>> >>> >>> I'm on bluehost using python 2.7.3, and django 1.3.1 >>> here is my settings.py http://pastebin.com/bym3qMGB >>> >>> thanks >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Satchmo users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/satchmo-users?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Satchmo users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/satchmo-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
