On Wednesday 04 March 2015 02:01 PM, Abhishek Kumar wrote:
Hi,
Using the viurtualenv, i was able to complete the setup guide. But i am required to login at http://localhost:8000/ and there is no option to register. So i logged in using Mozilla persona. But even after that i am not getting any options to create domains and list as described here
Are you using mailman-bundler? It does not work right now! For development you'd have to download and setup each projects (Core, postorius, mailman.client, postorius_standalone) from launchpad.
Also, only superuser is allowed to create domains. You can create one in django (postorius_standalone) using the command:
$ python manage.py createsuperuser
Then you have to login as a superuser using the login credentials given or through persona.
-- thanks, Abhilash Raj