When no projects are in the request.GET, then recall the most recent ones. This will require storing each request.GET in the database, then when there aren't any in the request.GET, pull them back from the database.
When no projects are in the request.GET, then recall the most recent ones.
This will require storing each request.GET in the database, then when there aren't any in the request.GET, pull them back from the database.