Djuix.io Docs

Djuix.io

Exporting from Djuix.io

Seamless Transition from GUI to Code

Djuix doesn't just simplify API creation; it also provides a bridge to traditional development environments. With the download feature, you can take your Djuix-created project and continue working on it in your preferred local development setup.

How to Export Your Project

Download Project.mov

Note: Download links expires after 3 days

What's Included in the Export

When you export your Djuix project, you'll receive a complete Django project structure, including:

Working with Your Exported Project

Once you've downloaded your project:

You can check the README.md for instructions or follow the outline below.

  1. Unzip the file to your desired location.
  2. Open the project in your preferred IDE (e.g., Visual Studio Code).
  3. Set up a virtual environment (recommended).
  4. Install the required dependencies using the provided requirements.txt file.
  5. You're now ready to run and further develop your project locally!