Hmm. Sorry usha, but it isn't clear to me what the problem might be under
those circumstances. That said, here are some values I would try inputting
to Site Permissions:

localhost:8000
http://localhost:8000
Whatever is returned by typing `hostname` into a terminal.

If none of those works, I would "shell in" with `python manage.py shell` to
see if any SitePermission objects were created:

>>> from mezzanine.core.models import SitePermission
>>> SitePermission.objects.count()

Also, what operating system are you using?

On Thu, Jul 30, 2015 at 11:19 PM, usha nattala <[email protected]>
wrote:

> Hi Ryne,
> No VM yet but I'm interested in running it on a vm eventually. For now
> yes, it's simple 'python manage.py runserver' on my local machine.
> Thanks,
> Usha
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Mezzanine Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/mezzanine-users/RSoPDeDrnaw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to