Frappe Erpnext directory structure

Frappe Erpnext directory structure

Frappe Erpnext directory structure

Frappe Directory structure

1st_Level2ns_Level3rd_Level4th_LevelDetails
.Root directory
appsDirectory containing installed applications
erpnextERPNext application files
frontendFrontend files for the ERPNext application
erpnextCore ERPNext application files
node_modulesDirectory for Node.js modules
package.jsonNPM configuration file
pyproject.tomlPython project configuration file
requirements.txtPython dependencies file
setup.pyPython setup script
yarn.lockYarn dependencies lock file
frappeFrappe framework files
configConfiguration files directory
redis_cache.confConfiguration file for Redis cache
redis_queue.confConfiguration file for Redis queue
redis_socketio.confConfiguration file for Redis SocketIO
envEnvironment configuration directory
logsDirectory containing log files
ProcfileProcess management configuration file
sitesDirectory containing site-specific files
apps.txtText file listing installed applications
assetsDirectory for public assets
common_site_config.jsonConfiguration file common to all sites
site1.localDirectory for the main site (name may vary)
privateDirectory for private files and backups
publicDirectory for public files
site_config.jsonSite-specific configuration file

Erpnext directory structure

1st_Level2nd_Level3rd_Level4th_LevelDetails
.Root directory
appsDirectory containing installed applications
erpnextERPNext application files
patchesDirectory for patch files
publicDirectory for public files
wwwDirectory for web files
docsDocumentation files
erpnextCore ERPNext application files
modulesDirectory for ERPNext modules
accountsAccounts module files
assetsAssets module files
buyingBuying module files
controllersControllers for ERPNext
crmCRM module files
hrHR module files
manufacturingManufacturing module files
patchesPatch files for updates
publicPublic files for ERPNext
sellingSelling module files
stockStock module files
supportSupport module files
translationsTranslation files
utilitiesUtility files
node_modulesDirectory for Node.js modules
package.jsonNPM configuration file
pyproject.tomlPython project configuration file
requirements.txtPython dependencies file
setup.pyPython setup script
yarn.lockYarn dependencies lock file

Related posts