IIITM-Jay / Property-management-System

The project deals with managing different layers of property on the basis of different parameters they acquire and can support with the facilities they accomplish, in order to ease with the searching and booking operations. The project is implemented using django due to its various incorporated features.
https://iiitm-jay.github.io/Property-management-System-Django-Full-Stack-
19 stars 20 forks source link

Alert message feature for the sign up page. #41

Open TrushaT opened 3 years ago

TrushaT commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I would want to know if my account is created immediately.

Describe the solution you'd like A clear and concise description of what you want to happen.

When a user signs up, it should know if the account was created successfully or not. We can use django.contrib.messages to check and show this.

Additional context Add any other context or screenshots about the feature request here.

Screenshot (36)

TrushaT commented 3 years ago

Pls assign this issue to me as part of dwoc label.

github-actions[bot] commented 3 years ago

Welcome to the Property Management System :houses:

IIITM-Jay commented 3 years ago

@TrushaT Trusha Introduce yourself a little bit so that I can know about y contributing members and even can mention them on some other projects. Can you give your plans and working strategies including those of the programing languages, tools and techniques you are going to implement the same. Make sure you are not copy pasting the code from anywhere else since this as well as other repositories are well licensed repos and have multiple restricions.

TrushaT commented 3 years ago

I am Trusha Talati, a pre-final year CSE student from Sardar Patel Institute of Technology, Mumbai. You can connect with me on Linkedin https://www.linkedin.com/in/trusha-talati-705747186/. For this issue, I will b using Python. I will use django.contrib.messages for this issue. The exact output will b as shown in additional context of issue description.