Ask HN: Is there a quickstart website package with a user database? So I've built sites before, and it gets tedious opening mysql (or phpmyadmin), creating tables, etc, and building pages for new users and registration. I've hunted around. Django and other CMSs feel too big - all I want is something containing: database, already with a user table (that I can add to) registration screen login screen after that I can take care of things, add to it, create new tables. I just get tired of rebuilding the wheel. Suggestions? |
No comments yet