TSArchghs's mod

Results 21 comments of TSArchghs's mod

It still needs a lot of work before being usable, but if you're interested in the project I can start working on it again since I've been postponing this one....

@chinli12 Seems good to me, I'll start working on usability for now and then implement google ads/revenue sharing.

@metshehu I'd preffer using django's order_by From newest to latest: User.objects.all().order_by("-date_joined") References: Django's User model, order_by

@shorrock Giving users the option to be able to filter users based on the number of followers/rating/joined date

I think it's unnecessary

> Only the landing page and the home page have the bell icon? Every page has the bell icon, it's in the base template that every other template expands from.

Can you put the bell alongside logout, it kinda feels natural and makes the navbar height too big unnecessarily. Also please delete unnecessary files like sadana folder.

You can do this: ```js require('dotenv').config() module.exports = { development: { client: "pg", connection: { database : process.env.DB_NAME, host : process.env.DB_HOST, user : process.env.DB_USERNAME, password : process.env.DB_PASSWORD, }, migrations: {...

@kunaljaykam this effects library for style and gradebook for the html

So you have to compile two modules > @kunaljaykam and this effects library for style and gradebook for the html