|
|
|
|
|
by pwaweru
3419 days ago
|
|
Depending on what exactly you're trying to build, Rails has a neat feature for creating 'scaffolds' (templates if you will) which have simple crud operations, a model and views for displaying information. Search Rails scaffold examples. Happy hacking! |
|
In particular, I'm searching for django templates.