UCCS-CS4300-5300 / group1-spring2024

1 stars 1 forks source link

Setup Replit and Install Django #34

Open LoganZeien opened 7 months ago

LoganZeien commented 7 months ago

Setup

One team member, create a new Replit for the use of your group.

To create the Django App, you can do python manage.py startapp myapp

Don't forget to add your app to the INSTALLED_APPS list in the settings.py file. Inside your "templates" directory, create HTML templates for your views. For example, if you have a view named "home," create a template named "home.html."