<div dir="ltr"><div>Dear all geonode developers,</div><div><br></div><div>I have made changes in my geonode production through geonode-project. Just now, I realized that the geonode-project css config is being applied to geonode production main page, however my new tabs and text change in  site_base.html and site.index.html are not being applied to geonode production main page.</div><div><br></div><div>I ran the commands python manage.py migrate and python manage.py collectstatic and realized that static_root was created in /home/my_geonode/my_geonode/<wbr>my_geoonde/static_root</div><div><br></div><div>geonode.conf Directories make reference to several paths /home/my_geonode/my_geonode/<wbr>my_geonode/uploaded/ and /home/my_geonode/my_geonode/<wbr>my_geonode/uploaded/* (group, people_group, documents, Layers, avatars and thumbs)</div><div><br></div><div>but directory uploaded is no in /home/my_geonode/my_geonode/<wbr>my_geoonode</div><div><br></div><div>I wonder if this directory <uploaded> and its subdirectories <group, people_group, documents, Layers, avatars and thumbs> are added manually.</div><div><br></div><div>In order to see the new tabs and text changes in geonode production, I also added another directory to geonode.conf</div><div><br></div><div> <Directory "/home/my_geonode/my_geonode/<wbr>my_geonode/templates/"><br>        Order allow,deny<br>        Options Indexes FollowSymLinks<br>        Allow from all<br>        Require all granted<br>        IndexOptions FancyIndexing<br> </Directory><br></div><div><br></div><div>The directory templates contains site_base.html and site_index.html. But yet I could not see the new tabs in my geonode production main page.</div><div><br></div><div>Any help on that will be very appreciated.</div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div><div><br></div><div><br></div><div> <br></div></div>