-
Published Question
After running into trouble trying to put my mezzanine site up, I decided to wipe the droplet clean and rebuild it for a fresh start. I selected the same image for the droplet, and closed all SSH connections.
After try...
Accepted Answer:
Hello,
I would recommend trying the following:
Run the following to remove the cached key:
ssh-keygen -R <^>YOUR_DROPLETS_IP<^>
After that test it again.
Regards,
Bobby
1
•
•
By
SnekGuy
Python
Django
-
Published Answer
I got it working, and mezzanine with all dependencies got installed. It seems it is an empty mezzanine project install however, as …
•
By
SnekGuy
-
Published Question
Hey all! Have gotten past some previous issues, and managed to upload the project through Git. Now when I want to testrun the server using gunicorn, like cd into the project folder and run python manage.py runserver a...
1
•
•
By
SnekGuy
Python
Django
Python Frameworks
-
Published Question
I have tried finding some info around this on the web, but with little success. Hopefully someone here has some insight which can help me progress.
So, I’m basically ready to deploy my Mezzanine project to an Ubuntu14...
1
•
•
By
SnekGuy
Django
Python
Python Frameworks