Skip to content

sudochia/django-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

A simple image hosting application written in Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.0%
  • HTML 19.0%