Hi Bastien, as for leaflet, to my knowledge that library is not used anywhere in v4. Do you see reference to it somewhere?
On May 21, 2017 7:46 AM, "Bastien Guerry" <[email protected]> wrote: > Hi Vincent, > > thanks a lot for replying, appreciated! > > Vincent Meijer <[email protected]> writes: > > > When you run `python manage.py packages -o livereload`, did you first > > activate the virtualenv? > > > > `source <some folder>/ENV/bin/activate` on linux > > Yes. Attached is the sequence of bash commands. > > > As far as buttons doing nothing, that could be because not all parts > > in Arches v4 are finished yet. > > Okay. I made a quick tour of my Arches dashboard: > > https://vimeo.com/218326870 > > As you can see, many buttons are still inactive. In particular, I > thought I'd be able to import/export some data, or just display a > map in the map layer manager. > > > I sometimes get javascript errors when I have no actual resources/ > > data in my database. Try adding e.g. a Heritage Resource and see if > > the errors persist. > > Mhh... I still need to figure out *how* to add a Heritage Resource, > I will check the manual again but pointers are welcome. > > Thanks! > > -- > Bastien > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > ~$ cd Projects/ > ~$ source ENV/bin/activate > ~$ cd my_project > ~$ python manage.py packages -o livereload > operation: livereload > package: arches > Traceback (most recent call last): > File "manage.py", line 29, in <module> > execute_from_command_line(sys.argv) > File "/home/guerry/Projects/ENV/local/lib/python2.7/site- > packages/django/core/management/__init__.py", line 353, in > execute_from_command_line > utility.execute() > File "/home/guerry/Projects/ENV/local/lib/python2.7/site- > packages/django/core/management/__init__.py", line 345, in execute > self.fetch_command(subcommand).run_from_argv(self.argv) > File "/home/guerry/Projects/ENV/local/lib/python2.7/site- > packages/django/core/management/base.py", line 348, in run_from_argv > self.execute(*args, **cmd_options) > File "/home/guerry/Projects/ENV/local/lib/python2.7/site- > packages/django/core/management/base.py", line 399, in execute > output = self.handle(*args, **options) > File "/home/guerry/Projects/ENV/local/lib/python2.7/site- > packages/arches/management/commands/packages.py", line 142, in handle > self.start_livereload() > File "/home/guerry/Projects/ENV/local/lib/python2.7/site- > packages/arches/management/commands/packages.py", line 440, in > start_livereload > from livereload import Server > ImportError: No module named livereload > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
