Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figured out how to pass parameters from settings #36

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2023

  1. Attempting a new approach to pass settings via settings.py based on d…

    …jango-nose runner for Gradescope Runner
    AndrewQuijano committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    beefd87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecf9b6d View commit details
    Browse the repository at this point in the history
  3. Completed locally testing Django and Gradescope Integration. I can pa…

    …ss parameters from settings.py to customize the autograder. I should note you can pass a file descriptor no problem in settings.py, however I am unsure where you would close it. Regardless, I will leave that for a later time as I am assuming instructors would either stick the the default or would be aware of open file descriptors
    AndrewQuijano committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8938e6b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    693d243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e32a66 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    eb16eb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Don't overwrite kwargs

    ibrahima authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1a5375e View commit details
    Browse the repository at this point in the history