pixelpassion / django-saas-boilerplate

A Django + django-rest-framework + Heroku + SaaS application boilerplate
MIT License
51 stars 10 forks source link

Add a default web page #57

Open jensneuhaus opened 4 years ago

jensneuhaus commented 4 years ago

☝️What is it? Why do we need it?

We should add a default web page to show that all is working

Startpage - Landing page

💭 Implementation details

ENV Check

📋 Todos

itisallgood commented 4 years ago

@jensneuhaus we don't have api/docs/ link yet, I will add it as a new issue

itisallgood commented 4 years ago

@jensneuhaus welcome page looks like this right now. I will try to make it better with new PRs. What font do you use on your screenshot ? image

jensneuhaus commented 4 years ago

@itisallgood

Thanks, looks nice!

A few things:

  1. We should never expose values to the world - it is only meant as a help that it needs to be set. Please remove the logic, that it shows an info. It could just show the row with a green check icon and the entry should be shown as ****.
  2. Dont know about the font - it is from the UX tool. Nice would be something like Roboto I guess. But we can also leave it like it is for now
  3. We have no ApI documentation exposed right now or not existing at all? Please make it an ENV that people can usually turn it off on production.