adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
127 stars 37 forks source link

Login Form not Available #248

Open tauqueerdanish opened 3 weeks ago

tauqueerdanish commented 3 weeks ago

Feature Description

The login form is not available through which i can login as admin or end user. Due to this no proper front end is developing at my end. Help me in this regard.

adamspd commented 3 weeks ago

Hi @tauqueerdanish, the login form available is the one given by django, I didn't add one since every user has their own preferences.

tauqueerdanish commented 3 weeks ago

yes i saw that but its for admin. what is i want to check the whole website. there is no any menu also where i can open the form and go through them. If is there any please guide me And don't you think you have to also develop that login page also?

tauqueerdanish commented 3 weeks ago

and site is also down where we can see the demo.

adamspd commented 3 weeks ago

Yeah, the demo site is down, I was supposed to fix a problem on it 5 days ago but didn't have enough time. The thing is, the package is for use in other projects that already have a login page for user. Adding a login page would be overkill... What I could do though, on the page where I say login to be able to go through the appointment process faster would be to put the default login page variable provided by django, so if the user sets it in settings, it would use that and if login is successful, would use the user's information to prefill the appointment. But this would take time. If you know how to code, perhaps you could do a pull request ?

tauqueerdanish commented 3 weeks ago

ok thank you. any idea when the demo site is up?

adamspd commented 3 weeks ago

I'm working on it. I will try my best to make it work by tomorrow night.

adamspd commented 2 weeks ago

Hi @tauqueerdanish, the demo site is up and running.