V-FOR-VEND3TTA / news-aggregator

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

Create a Django Project #4

Closed V-FOR-VEND3TTA closed 1 month ago

V-FOR-VEND3TTA commented 1 month ago

Create a new Django project using the following command:

django-admin startproject main

And then navigate to the project directory so you can prepare for the next step

V-FOR-VEND3TTA commented 1 month ago

Successfully created a Django project using the above instructions