KhunakornP / ku-polls

An online polling website using django
MIT License
0 stars 0 forks source link

Initialize Django application and polls app #2

Closed KhunakornP closed 1 month ago

KhunakornP commented 1 month ago

Implement tutorial part 1. Initialize Django application and a “polls” app with a simple page template, define URLs. Learn the Django project structure and how to use the ‘manage.py’ script.