mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #277] MODOBOA_WEBPATH should not be needed anymore since modoboa is now a django app #260
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/277
Originally assigned to: @tonioo on GitHub.
Originally created by Reza Muhammad on 2012-06-22T15:58:14Z
As the title says, I don't think MODOBOA_PATH is needed anymore in settings.py or modoboa/urls.py since it is now an app.
users should add the modoboa prefix in project's urls.py instead
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-06-26T07:52:07Z
Applied in changeset commit:88e4f815089d.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-06-26T07:54:08Z
Documentation needs to be updated. Don't forget to explain the following parameters:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Reza Muhammad on 2012-06-26T09:15:41Z
looks great. things seem to work fine.