Jump to content

xitiz

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

xitiz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How is it is to store that much simple data in database then in .txt file? I think storing this simple data in data base is very hard then store that in just .txt file? Don't you think so. And Can i install some needed package like as pickle? To save that data in .txt file.
  2. I am trying to create a webapp where person can store some data(email and password) but i want to use .txt file while storing their data.Mean i want to store their data into the .txt file but if i try to use with statement in my myapp.py then it gives the internal server error. I am using Flask to create this webapp.
  3. in mine folder public_html/flask there is not htaccess file.I had created it with writting <RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(flask\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ flask/flask.wsgi/$1 [QSA,PT,L] > But it is not showing in the folder
×
×
  • Create New...