Simple to-do list app where users can add, edit, and delete tasks. User email authentication allow each user to manage their own task list.
To-Do.app.mp4
- Install Dependencies: Use Pipenv to manage your environment:
pipenv shell
pipenv install
- Configure Environment Variables: Create a .env file in the root of your project and fill it with the following example content:
SECRET_KEY=django-insecure-1&cf6w&mwq7@-h^@jx=mbn)xwj=jw^@l!^j6!9&bw6%=$5!&lz
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
DATABASE_URL=db.sqlite3
- Apply Migrations: Run the following commands to apply database migrations:
python manage.py migrate
- Create a Superuser: Create a superuser to access the Django admin panel:
python manage.py createsuperuser
- Run the Development Server: Start the development server:
python manage.py runserver
- You can now access the application at
http://127.0.0.1:8000/login/
A basic blogging platform where users can create, edit, and delete posts. Include features like commenting, tagging, and categorization to organize posts effectively.
Untitled.Video.November.7.2024.5_35.PM.webm
- Install Dependencies: Use Pipenv to manage your environment:
pipenv shell
pipenv install
- Configure Environment Variables: Create a .env file in the root of your project and fill it with the following example content:
SECRET_KEY=django-insecure-1&cf6w&mwq7@-h^@jx=mbn)xwj=jw^@l!^j6!9&bw6%=$5!&lz
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
DATABASE_URL=db.sqlite3
- Apply Migrations: Run the following commands to apply database migrations:
python manage.py migrate
- Create a Superuser: Create a superuser to access the Django admin panel:
python manage.py createsuperuser
- Run the Development Server: Start the development server:
python manage.py runserver
- You can now access the application at
http://127.0.0.1:8000/account/login/
The app allows users to browse and search for a wide variety of furniture products, view product details, and manage a shopping cart. It includes features like user authentication, order management. Admin functionality enables efficient inventory management, product listings, and order tracking.
- Install Dependencies: Use Pipenv to manage your environment:
pipenv shell
pipenv install
- Configure Environment Variables: Create a .env file in the root of your project and fill it with the following example content:
SECRET_KEY=django-insecure-1&cf6w&mwq7@-h^@jx=mbn)xwj=jw^@l!^j6!9&bw6%=$5!&lz
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
DATABASE_URL=db.sqlite3
- Apply Migrations: Run the following commands to apply database migrations:
python manage.py migrate
- Create a Superuser: Create a superuser to access the Django admin panel:
python manage.py createsuperuser
- Run the Development Server: Start the development server:
python manage.py runserver
- You can now access the application at
http://127.0.0.1:8000/