Leveraging the power of the Alpha State brain level to reprogram ourselves for success.
Leveraging the power of the Alpha State brain level to reprogram ourselves for success.
Training your mind is like training your dog, after a while you’ll see some very nice results.
-Steve Beck
def object_list(request, model):
obj_list = model.objects.all()
template_name = 'mysite/%s_list.html' % model.__name__.lower()
return render_to_response(template_name, {'object_list': obj_list})