Skip to content

nbesoro/deploy-django-to-render

Repository files navigation

django-images

A simple image hosting application written in Django.

This project is primarily used to demonstrate how to deploy Django to various platforms.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtual environment:

    $ python3 -m venv venv && source venv/bin/activate
  3. Install the requirements:

    (venv)$ pip install -r requirements.txt
  4. Apply the migrations:

    (venv)$ python manage.py migrate
  5. Run the server:

    (venv)$ python manage.py runserver
  6. Navigate to http://localhost:8000/ in your favorite web browser.

Want to learn how to deploy this project?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published