Welcome to the DJ4E Samples

Here are some samples (Each will open in a new tab):

You can Login if you like.

You might need an account and password to log in for certain features. You might try this:
Username: dj4e-samples
Password: dj4e_nn_!
There is a part of this password that you need to guess. But if you have done your homework, it should only take you one guess (instead of 100 guesses).

The source code for these samples for Django 4.2 is is available at https://github.com/csev/dj4e-samples. To install this code and its dependencies on your system:

    git checkout  https://github.com/csev/dj4e-samples
    cd dj4e-samples
    pip install -r requirements42.txt