# Get Started with your Product

All of DjangoMango's products come with product specific guides. But we recommend you read through this section first to understand the basics. We will walk you through our typical project structure, including how we prefer to set up our Django applications. Explain some of the basic configuration changes you will need to make for deployment. And walk through how to run your application using Docker.

### Project Structure

Our Django applications follow a particular project structure. It's worked well for us, and hopefully it does for you too!

{% content-ref url="get-started-with-your-product/project-structure" %}
[project-structure](https://docs.djangomango.com/get-started-with-your-product/project-structure)
{% endcontent-ref %}

### Basic Configuration

Configurations are going to depend on the product you purchased. But you can use this section to get started with the basics.

{% content-ref url="get-started-with-your-product/basic-configuration" %}
[basic-configuration](https://docs.djangomango.com/get-started-with-your-product/basic-configuration)
{% endcontent-ref %}

### Running your Project

You've got your production environment ready and made the basic configuration changes. Now it's time to give your application a test run.

{% content-ref url="get-started-with-your-product/run-your-project" %}
[run-your-project](https://docs.djangomango.com/get-started-with-your-product/run-your-project)
{% endcontent-ref %}
