What is the geoportal? Silver Spring Energy Consulting Ltd. has developed a full geological reporting platform for our clients and third party consulting firms. It is a database driven platform for storing, sharing and generating standardized reports for wells as they are drilled. Version 2.0 of Geoportal was released on February 22 2021. Version 2.0 […]
Category Archives: Uncategorized
Deploying An Existing Django Application to AWS Ubuntu with Apache
Django is an excellent web framework that allows for excellent integration of geospatial data with other database functionality. The built-in development server is excellent during the development phase and is exceptionally easy to configure, but cannot handle concurrent connections and therefore cannot be used in a production environment. Apache is one of the most commonly […]
Troubleshooting “django-admin is not recognized”
When developing a Django application, one of the first steps is to run the django-admin startproject command from the terminal window. In a Windows environment this can lead to the following error: ‘django-admin’ is not recognized as an internal or external command, operable program or batch file. To fix this, first close the terminal […]