| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dev/code/erp/ |
Upload File : |
# Set "DEBUG=False" for production DEBUG=FALSE # Get a secure secret key from https://djecrety.ir SECRET_KEY=django-insecure-j8op9)1q8$1&0^s&p*_0%d#pr@w9qj@1o=3#@d=a(^@9@zd@%j # Don't use "*" for ALLOWED_HOSTS in production ALLOWED_HOSTS=www.example.com,example.com,* CSRF_TRUSTED_ORIGINS= # Database URL DATABASE_URL=postgresql://user:password@localhost:5432/dbname # ----OR---- # Database Configuration DB_ENGINE=django.db.backends.postgresql DB_NAME=dbname DB_USER=user DB_PASSWORD=password DB_HOST=localhost DB_PORT=5432 BASE_URL=erp.demandtech.org # Supportted Formats for DATABASE_URL : # PostgreSQL: ``postgres[ql]?://`` or ``p[g]?sql://`` # PostGIS: ``postgis://`` # MySQL: ``mysql://`` or ``mysql2://`` # MySQL (GIS): ``mysqlgis://`` # MySQL Connector Python from Oracle: ``mysql-connector://`` # SQLite: ``sqlite://`` # SQLite with SpatiaLite for GeoDjango: ``spatialite://`` # Oracle: ``oracle://`` # Microsoft SQL Server: ``mssql://`` # PyODBC: ``pyodbc://`` # Amazon Redshift: ``redshift://`` # LDAP: ``ldap://``