|
|
|
|
|
by jeffasinger
1898 days ago
|
|
Why not start out by using the Django Admin features? That allows you to start with next to no code, but you can easily add a little business logic anywhere you need it eventually, and it provides a way to long term transition to a true application if the need arises. |
|