[PR #489] [CLOSED] migrate config to django settings #2703

Closed
opened 2026-03-01 18:00:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/489
Author: @apkallum
Created: 9/25/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 3d3d524 migrate config to django settings

📊 Changes

1 file changed (+383 additions, -11 deletions)

View changed files

📝 archivebox/core/settings.py (+383 -11)

📄 Description

Summary

Move the config to settings. This is still draft as we see where best to do django_setup and migrate the settings where they are being imported.

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

Roadmap Goals

0.6 roadmap


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/489 **Author:** [@apkallum](https://github.com/apkallum) **Created:** 9/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3d3d524`](https://github.com/ArchiveBox/ArchiveBox/commit/3d3d5246f13393f3d7e13a421b663d9b61768da2) migrate config to django settings ### 📊 Changes **1 file changed** (+383 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/core/settings.py` (+383 -11) </details> ### 📄 Description # Summary Move the config to settings. This is still draft as we see where best to do `django_setup` and migrate the settings where they are being imported. # Changes these areas - [ ] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [x] Internal architecture - [ ] Archived data layout on disk # Roadmap Goals 0.6 roadmap --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:00:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2703
No description provided.