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

Possible mistakes in Arches documentation #119

Closed
JiachengYin opened this issue May 24, 2019 · 3 comments
Closed

Possible mistakes in Arches documentation #119

JiachengYin opened this issue May 24, 2019 · 3 comments

Comments

@JiachengYin
Copy link

I may have noticed two mistakes in Appendix C of Arches documentation .

  1. In part 2 of "Handling Static Files" it says the line
STATIC_ROOT = os.path.join(PACKAGE_ROOT, 'static')

should be added to settings.py in order to make manage.py copy the static files into the newly created folder (/home/ubuntu/Projects/my_project/my_project/static) . But that will actually make manage.py collect the static files into a different location.

To make the files copied into the right static folder, that line probably should be

STATIC_ROOT = os.path.join(APP_ROOT, 'static')
  1. There is a typo in part 4 of "Handling Static Files" . It says
</Directory>p

should be added to the conf file, where the last character 'p' should be removed.

@mradamcox
Copy link
Member

Hi @JiachengYin thanks so much for making this ticket! We're always happy to get feedback about the documentation. However, we actually have an entirely separate repo for the docs:

github.com/archesproject/arches-docs.

Would you mind closing this ticket here and recreating it in that repo? Sorry for the inconvenience, but it will be good to keep your name on it so you will automatically be notified when the issue is addressed.

Thank you!

@mradamcox mradamcox transferred this issue from archesproject/arches Jun 14, 2019
@mradamcox
Copy link
Member

Looks like this new transfer issue thing works great!

@mradamcox
Copy link
Member

This is now addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants