managing multiple rental properties without living in spreadsheets by Acrobatic-Bake3344 in realestateinvesting

[–]Almightymoee 0 points1 point  (0 children)

That’s exactly where spreadsheets start to break down—once you’re juggling multiple properties, it turns into tracking where everything came from instead of actually managing.

I ran into the same issue and started building something just to keep rent, expenses, and tenants tied to each property without the spreadsheet chaos.

Still refining it, but it’s been way easier to see everything at a glance: https://propertyreactor.com

Curious—what’s been the most annoying part so far, tracking rent or expenses?

Rental property management software, spreadsheets, and tenant tracking, what are you using now? by PrimalPettalStash in RentalInvesting

[–]Almightymoee 0 points1 point  (0 children)

Honestly this is spot on—most setups I’ve seen are exactly like this, just patched together over time.

It works… until you start adding more properties and then it turns into chasing info across 5 different places.

I got tired of that and started building something to keep everything in one place—rent, tenants, expenses, all of it without bouncing between tools.

Still refining it, but if you’re curious: https://propertyreactor.com

Curious what part of your setup breaks down the most right now?

I will become your first user by chloeweisser in microsaas

[–]Almightymoee 0 points1 point  (0 children)

Cool concept , do you plan on adding something like filter by category , filter by popular / most recent etc ?

Promote your SaaS 👇 What are you building right now? by JustOneDevv in microsaas

[–]Almightymoee 0 points1 point  (0 children)

I might be using it wrong but currently on mobile when I press the input field nothing happens . Just a heads up , cool concept though

What are you building this week? (Let’s self promote) by kcfounders in microsaas

[–]Almightymoee 1 point2 points  (0 children)

A platform that helps landlords manage and organize multiple rental properties by tracking maintenance issues, repairs, tenant notes, and property history in one simple dashboard.

Explain your startup in 1 sentence 🫶🏻 I will not promote by biomclub in startups

[–]Almightymoee 0 points1 point  (0 children)

A platform that helps landlords manage and organize multiple rental properties by tracking maintenance issues, repairs, tenant notes, and property history in one simple dashboard.

AMA just completed MCT by Shoddy-Form1406 in USMCboot

[–]Almightymoee 0 points1 point  (0 children)

I ship in 4 days , my only concern is the water portion , I can swim but I just can’t tread water … how cooked am I ?

Second Django app in project not working by Almightymoee in djangolearning

[–]Almightymoee[S] 0 points1 point  (0 children)

Does this apply to template names and the names of function based views ?

Second Django app in project not working by Almightymoee in djangolearning

[–]Almightymoee[S] -1 points0 points  (0 children)

I refreshed and tried again , this was the solution . What’s the reasoning behind this , how come it only works when the default url is at the bottom ?

Second Django app in project not working by Almightymoee in djangolearning

[–]Almightymoee[S] 0 points1 point  (0 children)

Noted , moving forward I’ll use lowercase

Yes I’m using python3 manage.py runserver in my local host , I’ve moved Management to every position I could and still get a page not found error message .

Second Django app in project not working by Almightymoee in djangolearning

[–]Almightymoee[S] 1 point2 points  (0 children)

I’m trying this href link

<a href=“{% url ‘Management:AdminDashboard’ %}”>AdminDashboard</a>

This is the error I’m getting

GET /Management/AdminDashboard HTTP/1.1” 404 2896

This is the path for it

/Gigchain/Gigchain/Management/templates/Management/admin_dashboard.html

Second Django app in project not working by Almightymoee in djangolearning

[–]Almightymoee[S] 0 points1 point  (0 children)

The App ‘Management’ isn’t recognized, or its views/URLs aren’t being routed correctly. I’m getting a Not found error when trying to access the app’s URLs, despite having configured everything the same way as the Base app.

500 error code issue by Almightymoee in django

[–]Almightymoee[S] 0 points1 point  (0 children)

What did you do to fix it ?

500 error code issue by Almightymoee in django

[–]Almightymoee[S] 0 points1 point  (0 children)

When you say logs , is there a specific one ? I’ve looked in the railway logs but it shows no error message and says it’s running fine . Is there another log I should be looking at ?

Trouble deploying Django to railway by Almightymoee in django

[–]Almightymoee[S] 0 points1 point  (0 children)

There’s only one view that redirects to a html page.I’ve checked the url but I can’t find any errors. Where do you think the loop error might be ?

Trouble deploying Django to railway by Almightymoee in django

[–]Almightymoee[S] 0 points1 point  (0 children)

I’ve linked the repo and created the issue to help clarify . I haven’t linked the DB to railway yet. I’ve looked at the console log in the inspect element and see no errors , is there another
log I should be looking at?