/django-images

A simple image hosting application written in Django.

Primary LanguagePython

django-images

A simple image hosting application written in Django.

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.