V-FOR-VEND3TTA / news-aggregator

An ecommerce news aggregator built in Django and Bootstrap
0 stars 0 forks source link

Install Django #3

Closed V-FOR-VEND3TTA closed 4 months ago

V-FOR-VEND3TTA commented 4 months ago

Now that you're in your virtual environment, install Django using pip:

pip install django
V-FOR-VEND3TTA commented 4 months ago

Installed Django as the main dependency. Also, included Pillow for handling images, and celery for background tasks. Additionally, created a requirements file for posterity.