I added the content from registration/login.html to my index.html but where to go from here? I need some directions. I tried to figure this out for over two weeks now. I can't seem to find the right information regarding this. I would like help piecing the puzzle together here. After copying the contents, how would I make the index page auth required and enable the form.username / form.password to work?
On Friday, October 1, 2010 10:15:20 AM UTC-7, Josh wrote: > > I am sure that this is possible, since its open source and extensible > you can do just about anything you want with satchmo/django. How > familiar are you with django? > Not a complete answer but check out (in the source code) satchmo_store- > >contact->templates->registration->login.html. Thats the login form, > you could potentially add that to your index page (the default is > found here satchmo_store->shop->templates->shop->index.html and then > make the rest of the index page auth required. Hope that helps! > > -Josh > > On Oct 1, 12:03 am, Nik <[email protected]> wrote: > > Hi, > > > > I am new with satchmo. > > I want to do some customization with satchmo. I want user login on > > index page. After successful login, I want to show store info. Is it > > possible with satchmo ?? If yes then, How ? > > > > Thanks & regards. On Friday, October 1, 2010 10:15:20 AM UTC-7, Josh wrote: > > I am sure that this is possible, since its open source and extensible > you can do just about anything you want with satchmo/django. How > familiar are you with django? > Not a complete answer but check out (in the source code) satchmo_store- > >contact->templates->registration->login.html. Thats the login form, > you could potentially add that to your index page (the default is > found here satchmo_store->shop->templates->shop->index.html and then > make the rest of the index page auth required. Hope that helps! > > -Josh > > On Oct 1, 12:03 am, Nik <[email protected]> wrote: > > Hi, > > > > I am new with satchmo. > > I want to do some customization with satchmo. I want user login on > > index page. After successful login, I want to show store info. Is it > > possible with satchmo ?? If yes then, How ? > > > > Thanks & regards. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To view this discussion on the web visit https://groups.google.com/d/msg/satchmo-users/-/9MCzoav16fsJ. 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.
