This error indicates there is already another software running on port 8000.
You can easily configure frepple to use a different port number. Edit the following line in your djangosettings.py file and choose another number between 1024 and 64000:
PORT = 8000
Johan De Taeye
Mob: +32 477.385.362
Skype: jdetaeye
Visit us at https://frepple.com
--
You received this message because you are subscribed to the Google Groups "frePPLe users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frepple-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/447ed171-de4e-4647-85d9-a4bc1b3190f2n%40googlegroups.com.
In that case, it must be the server name that is causing trouble.
Try setting it explicitly by adding a line like this to your djangosettings.py file:
ADDRESS = "127.0.0.1"
Use the ip-address or the hostname.
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/5bd2ca02-3436-4079-ad00-02cf3d32902dn%40googlegroups.com.