Actually, trying to install the package again I got the error:
Site default disabled.
Run '/etc/init.d/apache2 reload' to activate new configuration!
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
* Restarting web server
apache2
apache2: Could not reliably determine the server's fully qualified domain
name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully
qualified domain name, using 127.0.1.1 for ServerName
[ OK ]
Traceback (most recent call last):
File "/usr/local/bin/django-admin.py", line 5, in <module>
management.execute_from_command_line()
File
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py",
line 429, in execute_from_command_line
utility.execute()
File
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py",
line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py",
line 257, in fetch_command
klass = load_command_class(app_name, subcommand)
File
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py",
line 67, in load_command_class
module = import_module('%s.management.commands.%s' % (app_name, name))
File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py",
line 35, in import_module
__import__(name)
File
"/usr/local/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py",
line 7, in <module>
from django.core.management.sql import custom_sql_for_model,
emit_post_sync_signal
File
"/usr/local/lib/python2.7/dist-packages/django/core/management/sql.py", line
5, in <module>
from django.contrib.contenttypes import generic
File
"/usr/local/lib/python2.7/dist-packages/django/contrib/contenttypes/generic.py",
line 6, in <module>
from django.db import connection
File "/usr/local/lib/python2.7/dist-packages/django/db/__init__.py", line
14, in <module>
if not settings.DATABASES:
File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py",
line 276, in __getattr__
self._setup()
File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py",
line 40, in _setup
self._wrapped = Settings(settings_module)
File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py",
line 73, in __init__
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py",
line 35, in import_module
__import__(name)
File
"/usr/local/lib/python2.7/dist-packages/GeoNodePy-1.0.1-py2.7.egg/geonode/settings.py",
line 147, in <module>
GEOSERVER_TOKEN = open(os.path.join(PROJECT_ROOT,"..","..",
"..","geoserver_token")).readline()[0:-1]
IOError: [Errno 2] No such file or directory:
'/usr/local/lib/python2.7/dist-packages/GeoNodePy-1.0.1-py2.7.egg/geonode/../../../geoserver_token'
Sorry for all the questions