Skip to content

CoderSales/Following-Django-Proj-CRM-App-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Following-Django-Proj-CRM-App-Tutorial

Following a Django Tutorial to Build a CRM App Tutorial

Steps

Installation Note

Turn on MySQL Server


Bugs

Bug Number: 1

Issue: Login button goes to a 403 page with CSRF missing

Cause: form element missing closing triangular bracket in templates/home.html

Fix: add closing triangular bracket to form element

______________________________________________________________________________________________;

Bug Number: 2

Context:

File: forms.py

Line Number: 40

Line Content: first_name = Forms.CharField(required=True, widget=forms.widgets.TextInput(attrs={"placeholder":"First Name", "class":"form-control"}), label="")

Issue: First letter capitalization of Forms

Fix: Change Forms to forms

References

VSCode Extensions

  • [Live Server | Go Live]
  • [Copilot]
  • [Tabnine AI Autocomplete for Javascript, Python, Typescript, PHP, Go, Java, Ruby & more]
  • [GitLens]
  • [IntelliCode]
  • [IntelliCode API Usage Examples]
  • [Pylance]
  • [Python]
  • [Python Environment Manager]
  • [Python Extension Pack]
  • [WSL]
  • [Path Intellisense]
  • [Live Preview]
  • [isort]

Packages

  • [Django]
  • [Bootstrap]

DataBase

  • [MySQL]
  • [mysql-connector]
  • [mysql-connector-python]
  • [mysqlclient]

About

Following a Django Tutorial to Build a CRM App Tutorial

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published