When you create a site....
What type of “admin” do you make? Do you rely on something like Django to Create a Admin for a client to update products or such as a blog?
How do you implement a way to “update” so they don’t mess up the code?
When you create a site, is there any times that a site is “as is” and they have to have someone else maintain it?
I’ve gotten better about “CRUD” and also implementing MongoDB.
So, how is a site updated with products, when you don’t want the client having access to the code?
Top comments (1)
If you're building a site for a client there are a few scenarios:
Most of the time, operating sites is where you find out if you really made something easy to use. If you ask around most developers hate maintaining and operating for a really simple reason: It's not that easy.