soMedia
A simple image sharing app for django newBies
File Explorer
Download Latest Version (.zip)- 0001_initial.py
- __init__.py
- edit_profile.html
- followers.html
- profile.html
- users_profile.html
- login.html
- register.html
- __init__.py
- widget_tweaks.py
- __init__.py
- admin.py
- apps.py
- forms.py
- models.py
- tests.py
- urls.py
- views.py
- 0001_initial.py
- __init__.py
- add_post.html
- home.html
- __init__.py
- admin.py
- apps.py
- forms.py
- models.py
- tests.py
- urls.py
- views.py
- bootstrap.min.css
- fontawesome.min.css
- main.css
- page-shot.png
- bootstrap.min.js
- bootstrap.min.js.map
- jquery-3.3.1.min.js
- fa-brands-400.eot
- fa-brands-400.svg
- fa-brands-400.ttf
- fa-brands-400.woff
- fa-brands-400.woff2
- fa-regular-400.eot
- fa-regular-400.svg
- fa-regular-400.ttf
- fa-regular-400.woff
- fa-regular-400.woff2
- fa-solid-900.eot
- fa-solid-900.svg
- fa-solid-900.ttf
- fa-solid-900.woff
- fa-solid-900.woff2
- base.html
- tests.py
- __init__.py
- settings.py
- urls.py
- wsgi.py
- .gitignore
- LICENSE
- manage.py
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/MeNsaaH/soMedia
Downloads the entire project code from GitHub to your computer.
cd soMedia
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install virtualenv
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install virtualenv
Installs the package published on PyPI directly โ no need to clone the source.
sudo pip3 install virtualenv
Installs the Python libraries listed in requirements.txt (or similar).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
