ankushpotgante /
QuantifiedSelf
Quantified Self is a habit tracking application. In this app you can track your habits on frequencies of your choice and can monitor your performance in those habits.
31/100 healthLoading repository data…
Marcin-Chudzik / repository
This app is a simple example of a web shop, built in Python/Django.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This app is a simple example of a web shop, built in Python/Django. Main functionalities in the project:
Using a GIT write the command.
git clone https://github.com/Marcin-Chudzik/django-social-platform.git
Create a new virtual environment. Open a repository in the code editor (I'm using Pycharm). Open a terminal and being in the "django-webshop" directory type a command:
python.exe -m venv venv
Activate a new venv, change directory on "myshop" and use command.
pip install -r requirements.txt
Make a migrations and apply them into database, by typing followed commands into the terminal:
python.exe .\manage.py makemigrations
then
python.exe .\manage.py migrate
Create a new superuser. Type command and follow the displayed instructions:
python.exe .\manage.py createsuperuser
Selected from shared topics, language and repository description—not editorial ratings.
ankushpotgante /
Quantified Self is a habit tracking application. In this app you can track your habits on frequencies of your choice and can monitor your performance in those habits.
31/100 health