django-manifest-loader
Simplifies webpack configuration with Django
File Explorer
Download Latest Version (.zip)- about_install.md
- api_reference.rst
- docs_license.md
- examples.rst
- philosophy.md
- usage.md
- conf.py
- index.rst
- make.bat
- Makefile
- requirements.txt
- index.js
- index.html
- __init__.py
- apps.py
- views.py
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- manage.py
- package-lock.json
- package.json
- README.md
- requirements.txt
- webpack.config.js
- index.js
- index.html
- index.jinja
- __init__.py
- apps.py
- views.py
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- manage.py
- package-lock.json
- package.json
- webpack.config.js
- App.js
- app.js
- index.html
- __init__.py
- apps.py
- views.py
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- .babelrc
- manage.py
- package-lock.json
- package.json
- README.md
- requirements.txt
- webpack.config.js
- README.md
- __init__.py
- manifest.py
- __init__.py
- apps.py
- exceptions.py
- loaders.py
- utils.py
- chunk1.hash.js
- chunk2.hash.js
- chunk3.hash.js
- main.e12dfe2f9b185dea03a4.js
- manifest.json
- styles.hash.css
- url_manifest.json
- __init__.py
- test_settings.py
- tests.py
- .gitignore
- .travis.yml
- index.rst
- LICENSE
- MANIFEST.in
- README.md
- runtests.py
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/rykener/django-manifest-loader
Downloads the entire project code from GitHub to your computer.
cd django-manifest-loader
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd example_projects/basic_usage
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install -r example_projects/basic_usage/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
