-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jedie/manage_django_project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jedie/manage_django_project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 17 files changed
- 1 contributor
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0067ec2 - Browse repository at this point
Copy the full SHA 0067ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e174b5d - Browse repository at this point
Copy the full SHA e174b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32132e2 - Browse repository at this point
Copy the full SHA 32132e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b8ae2 - Browse repository at this point
Copy the full SHA a1b8ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36fd94 - Browse repository at this point
Copy the full SHA c36fd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a4929 - Browse repository at this point
Copy the full SHA 93a4929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 780a8de - Browse repository at this point
Copy the full SHA 780a8deView commit details -
Move from
__main__.py
intopyproject.toml
The config was moved out from `__main__.py` into `pyproject.toml` You must add in your `pyproject.toml` the following stuff: ```toml [manage_django_project] module_name="your_project_example" local_settings='your_project.settings.local' test_settings='your_project.settings.tests' ``` The `config` argument was remove from `execute_django_from_command_line()`, so your `__main__.py` must look like: ```python from manage_django_project.manage import execute_django_from_command_line def main(): execute_django_from_command_line() if __name__ == '__main__': main() ```
Configuration menu - View commit details
-
Copy full SHA for b6e69a7 - Browse repository at this point
Copy the full SHA b6e69a7View commit details -
Merge pull request #18 from jedie/dev
Move from `__main__.py` into `pyproject.toml`
Configuration menu - View commit details
-
Copy full SHA for ad4f8c0 - Browse repository at this point
Copy the full SHA ad4f8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc0792 - Browse repository at this point
Copy the full SHA 0fc0792View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ffdb1 - Browse repository at this point
Copy the full SHA 42ffdb1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.2...v0.3.0