TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Recommendations for a web based CMS for Postgres?

3 点作者 danhab99大约 3 年前
Our team has a custom built CMS that is really painful to update. Every time we make the slightest change to the database we have to dig in and debug the thing, it&#x27;s too distracting. I&#x27;m looking for a web based Content Management System solution for everyone on my team, including the non-programming marketing and admin teammates. We need the bare-bones feature set:<p>1. Each user can login with a username and pass<p>2. User can see all the tables in the database<p>3. User can edit each column of each row<p>4. Basic searching&amp;filtering would be nice<p>It doesn&#x27;t need to be pretty, but it&#x27;s gotta be intuitive. Also I don&#x27;t want to have to configure anything, just the username and password for postgres and it works.<p>I&#x27;ve already explored pgAdmin and pgweb but they were both too technical. I&#x27;m also kinda new to the corporate world so google isn&#x27;t showing me ads for these kinds of things yet.<p>Thoughts?

1 comment

rudasn大约 3 年前
I would use django for this as the built-in admin interface does the things you need, but also because I already know django.<p>But even if you don&#x27;t already know it, I think you could still deliver in time - the docs are great, there are plenty of books about it, and a lot of online resources.