DjangoMango Docs
  • Introduction
  • Frequently Asked Questions
  • Getting Started
  • General Guides
  • Create your Development Environment
    • Access to Linux/Unix-based OS
    • Install Docker and docker-compose
    • Set up Version Control
    • Get an IDE
  • Create your Production Environment
    • Create a Digital Ocean Server
    • Accessing your Server
    • Create a Managed Database (optional)
    • Create a Storage Space (optional)
    • Point your Domain
  • Get Started with your Product
    • Project Structure
    • Basic Configuration
    • Running your Project
  • Product Guides
    • Atomic Parrot
    • Interstellar Monk
  • Integration Guides
    • Google Analytics
    • Google reCAPTCHA
    • Disqus
    • Sendgrid
    • Stripe
Powered by GitBook
On this page
  • Create a Digital Ocean Server
  • Accessing your Server
  • Create a Managed Database (optional)
  • Create a Storage Space (optional)
  • Point your Domain

Was this helpful?

Create your Production Environment

In order to deploy your DjangoMango product, you need access to a production server and may even want a managed database, storage space, and domain. Never fear, we are hear to help.

PreviousGet an IDENextCreate a Digital Ocean Server

Last updated 3 years ago

Was this helpful?

Here at DjangoMano, we love deploying our web applications via . They offer reliable hosting, built on a powerful platform, and at a great price point. Of course, you don't need to use DigitalOcean for any of our products. There are other great alternatives such as . But if you are new to this and want to make use of our docs, then we would highly recommend you try out DigitalOcean.

Create a Digital Ocean Server

Your DjangoMango project is running on your local machine for development. But now it's time to get access to a remote server so that others can see your work in production.

Accessing your Server

After you have created your droplet, you'll need to access it, set it up, and push your application files so that others can consume them.

Create a Managed Database (optional)

Our docker configurations will automatically create a file-based database on the server you deploy to. But those running data intense applications may want a separate managed database instead.

Create a Storage Space (optional)

Django is a fantastic in almost all respects. But it isn't optimized for serving media content. If you plan on serving large media files through your application, consider creating a storage space.

Point your Domain

Home stretch. You have your server, and if needed, you have created a separate database and storage space. Now it's time to point your domain so people can browse to the your site.

DigitalOcean
Heroku
Create a Digital Ocean Server
Accessing your Server
Create a Managed Database (optional)
Create a Storage Space (optional)
Point your Domain