- create setup.py file
Eg:
from setuptools import setup
with open("Readme.md", 'r') as f:
long_description = f.read()
setup(
# MIT License | |
# | |
# Copyright (c) 2021 Paul | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
# MIT License | |
# | |
# Copyright (c) 2021 Paul | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
Eg:
from setuptools import setup
with open("Readme.md", 'r') as f:
long_description = f.read()
setup(
# used to generate file overview | |
import os | |
ignore_dirs = ['.git'] | |
ignore_files = ['.env'] | |
def path_tree(root, inner=0): | |
for dir in os.listdir(root): | |
# print("DIR: ", root, dirs, files) |
Writing a django app from scratch has been a hassle, so if you are looking to speed up your web development check out Django templates by foxcraft.
It comes with responsive design, google reCAPTCHA, modern Admin dashboard and more. Read the features below
You can check out the demo website here
TikCommerce, is a conecept of providing a minute long video, instead of the traditional product display method cluttering the UI. With studies showing that video tends to bring 6 times more engagement and higher conversion rates, a minute long product video is the future of the E-Commerce.
This is submitted as part of Wix Studio challenge
Read more about TikCommerce
The code is licensed under GPL-3