| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | Feb 14 at 17:13 | |
| stats | profile views | 27 |
|
May 17 |
awarded | Popular Question |
|
Mar 26 |
awarded | Popular Question |
|
Mar 5 |
awarded | Popular Question |
|
Nov 14 |
accepted | django model validation without using modelform |
|
Nov 14 |
comment |
django model validation without using modelform Thanks calling full_clean() will do the work. Is there a cleaner way like validators to write data manipulator get it automatically called on save() as well apart from full_clean()? |
|
Nov 14 |
asked | django model validation without using modelform |
|
Aug 13 |
answered | poll method of subprocess.popen returning None for long process |
|
Aug 13 |
awarded | Organizer |
|
Aug 13 |
revised |
poll method of subprocess.popen returning None for long process Including other tags to which this question will be targetted to. |
|
Aug 13 |
suggested | suggested edit on poll method of subprocess.popen returning None for long process |
|
Aug 9 |
awarded | Supporter |
|
May 3 |
awarded | Popular Question |
|
Mar 27 |
comment |
Service not starting after reboot So after spending almost 3 hours on it I realized a workaround for the service to be started is by manually adding the files in the /etc/rc.local file with the command one wants to run. So I added the lines; sudo /etc/init.d/nginx start sudo /etc/init.d/supervisor start and all is set, but I still wonder why was it not working with the update-rc.d which is I hope the correct way for running services on server bootup. |
|
Mar 27 |
comment |
Service not starting after reboot thats not helpful. As this is what I have been trying to do and it doesn; work. The service doesn't start when the server reboots. |
|
Mar 27 |
asked | Service not starting after reboot |
|
Mar 9 |
accepted | Uploading of file is broken |
|
Mar 9 |
answered | Uploading of file is broken |
|
Feb 29 |
comment |
Uploading of file is broken The weird thing is I don't know why it's working for some files but why it fails for some other copying just 8bytes for them in the destination directory. |
|
Feb 29 |
comment |
Uploading of file is broken So till now I have found out that the file gets successfully uploaded into the /tmp folder but the move_uploaded_file (function of php) is not working. Also it doesn't give any error even though the permissions are all set. |
|
Feb 28 |
comment |
Uploading of file is broken No errors are outputted in the apache error log and also somehow I am not able to find out the file in the tmp folder. It seems its not there. |