mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #102] NoReverseMatch at /search #80
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#80
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 @goldcoders on GitHub (Sep 1, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/102
Im running on archlinux ,
but i manage to make it run even if no docs support on how to run this on arch...
all is working fine , except when searching...
Nevery Used django before lol , but even so , i think ive installed it properly with venv
Ive tried switching to lower version of release but same issue persist...
Dont know if i did something wrong on Django end or apache
i did test my apache config its ok,
wsgi_module is loaded properly
Any help would be appreciated...
@ciur commented on GitHub (Sep 1, 2020):
Did you install/run it from master branch? I.e. latest version?
@goldcoders commented on GitHub (Sep 1, 2020):
yes im running it on latest version
@ciur commented on GitHub (Sep 1, 2020):
😀 master branch is development one... i mean the one that I work daily. Anyway that issue is a very easy fix, i will fix it in an hour or so! Thank you for heads up! I really appreciate it!
@goldcoders commented on GitHub (Sep 1, 2020):
im running the python using this command
since i dont want to clutter my system python packages which is manage by yay my package manager in arch....
my papermerge.conf.py
https://gist.github.com/goldcoders/b0853d2a35aeec38e3fdad8722bfe534
my /etc/httpd/conf/extra/httpd-vhost.conf
added to my /etc/hosts
127.0.0.1 papermerge.test@goldcoders commented on GitHub (Sep 1, 2020):
i dont have any errors on ,
./.venv/bin/python manage.py checkall the commands required i have it installed.so i dont know where i fucked up on apache side or python/django ....
i did check my apache conf is correct and syntax is correct and module is loaded
seems like proxying it to this domain name wont work either with
http://papermerge.test:8000/
so its either on django end? sorry im not well verse with django , but im very familiar with the required technology except python and django lol... so im stuck at that area hahaha
@goldcoders commented on GitHub (Sep 1, 2020):
did fstr on the whole directory and got something..
can you tell me what to change here on url patterns :)
i think this one will fix it..
.config/urls.py
will wait for your reply thanks
@ciur commented on GitHub (Sep 1, 2020):
@goldcoders, here is the fix
Sorry, couldn't do it earlier, I did not have computer with me 😁
It's good that you opened a ticket - if all tests pass and there is a problem like this - it is bad :(. I will add an unit test to avoid such problems in future.
@goldcoders, fantastic work with installation! Btw, completely unrelated, I used arch linux for long time. Moved to ubuntu just recently.
@goldcoders commented on GitHub (Sep 1, 2020):
using version 1.4.0 fixed it lol , i did tried now to make pull from remote its fixed thanks
quick note also, i think ./static in .gitignore is not correct, should be /static/
i did run ./.venv/bin/python manage.py collectstatic
it populated my stastic folder and git is showing new files which should not