itsvinayak / user_login_and_register

user login and register system in django
MIT License
92 stars 88 forks source link

Django migration/run server error / index.html now unique to login #9

Closed ghost closed 3 years ago

ghost commented 3 years ago

README.md indicates "python" as the default way to migrate and run server. In the case that latest version of python is not installed as "python", user should try "python3"

user might also come across error if Django as a whole not installed

index.html header is now unique to login username (before: welcome here - after: welcome back [insert username])